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 # 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