fix: add to proxy network
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user