This commit is contained in:
Levi 2025-03-21 12:17:41 +08:00 committed by GitHub
commit 85ec08f4dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -455,6 +455,8 @@ services:
networks: networks:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
extra_hosts:
- host.docker.internal:host-gateway
# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
@ -480,6 +482,8 @@ services:
networks: networks:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
extra_hosts:
- host.docker.internal:host-gateway
# Frontend web application. # Frontend web application.
web: web: