dockerhost

This commit is contained in:
wander 2026-02-04 15:57:12 -05:00
parent aa94920650
commit 5f0f478668

View file

@ -15,6 +15,8 @@ services:
- 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 - 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/ - 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