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