Fix: network should be shared-services
CI / frontend (push) Canceled after 0s
CI / backend (push) Canceled after 1m49s

This commit is contained in:
2026-08-10 17:52:16 +08:00
parent 2e66d40248
commit 464160d7e2
+4 -4
View File
@@ -61,7 +61,7 @@ services:
networks: networks:
- vigilcare_prod - vigilcare_prod
- monitoring - monitoring
- shared-service - shared-services
logging: logging:
driver: json-file driver: json-file
options: { max-size: "50m", max-file: "5" } options: { max-size: "50m", max-file: "5" }
@@ -98,7 +98,7 @@ services:
networks: networks:
- vigilcare_prod - vigilcare_prod
- monitoring - monitoring
- shared-service - shared-services
logging: logging:
driver: json-file driver: json-file
options: { max-size: "50m", max-file: "5" } options: { max-size: "50m", max-file: "5" }
@@ -127,8 +127,8 @@ networks:
monitoring: monitoring:
external: true external: true
# Shared network owned by the Postgres/Redis compose project (it defines and # 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 # 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. # time this stack is deployed, or `docker compose up` here will fail to find it.
shared-service: shared-services:
external: true external: true