added Docker host in case TCP is used instead of Unix socket
This commit is contained in:
parent
b67ff0e506
commit
f8f9c89696
@ -10,6 +10,8 @@ services:
|
|||||||
- GUNICORN_WORKERS=2
|
- GUNICORN_WORKERS=2
|
||||||
- GUNICORN_LOGLEVEL=INFO
|
- GUNICORN_LOGLEVEL=INFO
|
||||||
- OFFLINE_MODE=False
|
- OFFLINE_MODE=False
|
||||||
|
extra_hosts:
|
||||||
|
- host.docker.internal:host-gateway
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=${TRAEFIK_ENABLED}
|
- traefik.enable=${TRAEFIK_ENABLED}
|
||||||
- traefik.docker.network=traefik
|
- traefik.docker.network=traefik
|
||||||
|
Loading…
Reference in New Issue
Block a user