add host.docker.internal toi localhost

Backend_CODEBASE
ahmed.mujtaba 2026-08-06 20:36:09 +05:00
parent 588afd0a28
commit a2d8c9ca6f
1 changed files with 1 additions and 1 deletions

View File

@ -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: