add host.docker.internal toi localhost
parent
588afd0a28
commit
a2d8c9ca6f
|
|
@ -34,7 +34,7 @@ services:
|
|||
REDIS_URL: redis://redis:6379/0
|
||||
TASKIQ_QUEUE_NAME: inbox
|
||||
TASKIQ_WORKER_NAME: worker-01
|
||||
DB_HOST: ${DB_HOST:-host.docker.internal}
|
||||
DB_HOST: host.docker.internal
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue