fix: add to proxy network

This commit is contained in:
2025-12-24 18:38:49 -03:00
parent 74c1e6721e
commit 30398245e2

View File

@@ -11,13 +11,13 @@ services:
- ALLOWED_ORIGIN=${ALLOWED_ORIGIN}
networks:
- db-network
- proxy-network
volumes:
#- ./cache:/root/.cache
- ./:/app
restart: unless-stopped
#ports:
# - 3006:8080
networks:
db-network:
external: true
external: true
proxy-network:
external: true