Fixing the network
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# GnommoEditor — Production
|
# GnommoEditor — Production
|
||||||
# Usage: ./deploy.sh
|
# Usage: ./deploy.sh
|
||||||
# Prerequisites:
|
# Prerequisites:
|
||||||
# docker network create gnommo-proxy (run once on the server — shared with gnommoweb)
|
# docker network create gnommo (run once on the server — shared with gu_common/gnommoweb)
|
||||||
# gnommoweb must be running (shares gnommo-db postgres and gnommo-minio)
|
# gu_common must be running (provides gnommo-db postgres and gnommo-minio)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
@@ -27,7 +27,7 @@ services:
|
|||||||
- "3001"
|
- "3001"
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- gnommo-proxy
|
- gnommo
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
build:
|
build:
|
||||||
@@ -43,9 +43,9 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- gnommo-proxy
|
- gnommo
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default: {}
|
default: {}
|
||||||
gnommo-proxy:
|
gnommo:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user