Deployment updates
CI / backend (push) Successful in 10m44s
CI / frontend (push) Successful in 1m51s

This commit is contained in:
voltsrage
2026-08-07 19:33:37 +08:00
parent cd29c57b55
commit 5a7fc2790f
3 changed files with 83 additions and 3 deletions
+8
View File
@@ -61,6 +61,7 @@ services:
networks:
- vigilcare_prod
- monitoring
- shared-service
logging:
driver: json-file
options: { max-size: "50m", max-file: "5" }
@@ -97,6 +98,7 @@ services:
networks:
- vigilcare_prod
- monitoring
- shared-service
logging:
driver: json-file
options: { max-size: "50m", max-file: "5" }
@@ -123,4 +125,10 @@ networks:
vigilcare_prod:
driver: bridge
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
# 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:
external: true