bozo comments out their env file
This commit is contained in:
parent
0abb87eb5f
commit
1d1415a730
1 changed files with 1 additions and 5 deletions
|
|
@ -13,10 +13,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- SCAN_INTERVAL=60
|
- SCAN_INTERVAL=60
|
||||||
- ALLOWED_IPS=127.0.0.1,192.168.1.0/24,10.0.0.0/8,172.16.0.0/12
|
- ALLOWED_IPS=127.0.0.1,192.168.1.0/24,10.0.0.0/8,172.16.0.0/12
|
||||||
- API_URL=http://host.docker.internal:8457/api # Update this if Tube Archivist is on a different IP/Port
|
|
||||||
- VIDEO_URL=http://host.docker.internal:8457/video/
|
|
||||||
extra_hosts:
|
|
||||||
- "host.docker.internal:host-gateway"
|
|
||||||
# - UI_USERNAME=admin
|
# - UI_USERNAME=admin
|
||||||
# - UI_PASSWORD=password
|
# - UI_PASSWORD=password
|
||||||
# env_file: .env
|
env_file: .env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue