From 464160d7e2fa3b080928bdb2ced4608546a4cc9e Mon Sep 17 00:00:00 2001 From: trent Date: Mon, 10 Aug 2026 17:52:16 +0800 Subject: [PATCH] Fix: network should be shared-services --- docker-compose.prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 6793f31..d554889 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -61,7 +61,7 @@ services: networks: - vigilcare_prod - monitoring - - shared-service + - shared-services logging: driver: json-file options: { max-size: "50m", max-file: "5" } @@ -98,7 +98,7 @@ services: networks: - vigilcare_prod - monitoring - - shared-service + - shared-services logging: driver: json-file options: { max-size: "50m", max-file: "5" } @@ -127,8 +127,8 @@ networks: monitoring: external: true # Shared network owned by the Postgres/Redis compose project (it defines and - # creates "shared-service" via its own `docker compose up`). This project only + # creates "shared-services" via its own `docker compose up`). This project only # consumes it, so the Postgres/Redis stack must already be running the first # time this stack is deployed, or `docker compose up` here will fail to find it. - shared-service: + shared-services: external: true \ No newline at end of file