Fix: network should be shared-services
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user