adding traefik-net on api

This commit is contained in:
Blake
2025-11-11 22:08:58 +09:00
parent 6d51b9a961
commit a17f5d4adb
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -27,6 +27,7 @@ services:
networks:
- ssrf_proxy_network
- default
- traefik-net
# worker service
# The Celery worker for processing the queue.
@@ -102,6 +103,8 @@ services:
ENABLE_WEBSITE_FIRECRAWL: ${ENABLE_WEBSITE_FIRECRAWL:-true}
ENABLE_WEBSITE_WATERCRAWL: ${ENABLE_WEBSITE_WATERCRAWL:-true}
NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX: ${NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX:-false}
# networks:
# - traefik-net
# The postgres database.
db:
+3
View File
@@ -644,6 +644,7 @@ services:
networks:
- ssrf_proxy_network
- default
- traefik-net
# worker service
# The Celery worker for processing the queue.
@@ -719,6 +720,8 @@ services:
ENABLE_WEBSITE_FIRECRAWL: ${ENABLE_WEBSITE_FIRECRAWL:-true}
ENABLE_WEBSITE_WATERCRAWL: ${ENABLE_WEBSITE_WATERCRAWL:-true}
NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX: ${NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX:-false}
# networks:
# - traefik-net
# The postgres database.
db: