fix: add to proxy network
This commit is contained in:
@@ -11,13 +11,13 @@ services:
|
|||||||
- ALLOWED_ORIGIN=${ALLOWED_ORIGIN}
|
- ALLOWED_ORIGIN=${ALLOWED_ORIGIN}
|
||||||
networks:
|
networks:
|
||||||
- db-network
|
- db-network
|
||||||
|
- proxy-network
|
||||||
volumes:
|
volumes:
|
||||||
#- ./cache:/root/.cache
|
|
||||||
- ./:/app
|
- ./:/app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#ports:
|
|
||||||
# - 3006:8080
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
db-network:
|
db-network:
|
||||||
external: true
|
external: true
|
||||||
|
proxy-network:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user