diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index bb02b27062..8e2e50ba88 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -455,6 +455,8 @@ services: networks: - ssrf_proxy_network - default + extra_hosts: + - host.docker.internal:host-gateway # worker service # The Celery worker for processing the queue. @@ -480,6 +482,8 @@ services: networks: - ssrf_proxy_network - default + extra_hosts: + - host.docker.internal:host-gateway # Frontend web application. web: