Fixing the network

This commit is contained in:
2026-04-11 21:11:11 +02:00
parent 53d310da82
commit 50660db16b
+5 -5
View File
@@ -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