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