From 399ea281c25d2ee667a36ca5a4b1e9643d17962d Mon Sep 17 00:00:00 2001 From: tylen Date: Tue, 5 May 2026 12:14:00 +0300 Subject: [PATCH] rename npm network --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 555b7d7..a058a5c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,7 +12,7 @@ services: container_name: "${BACKEND_CT_NAME:-juhannus-invitation-backend}" networks: - backend - - npm + - npm_network depends_on: - db # Ensure backend waits for db to start db: @@ -31,13 +31,13 @@ services: dockerfile: Dockerfile container_name: "${FRONTEND_CT_NAME:-juhannus-invitation-frontend}" networks: - - npm + - npm_network depends_on: - backend # Ensure fronetnd waits for backend to start volumes: invitation_db_volume: networks: - npm: + npm_network: external: true backend: