diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 449ac37..b101da5 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -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