Add external monitoring network
This commit is contained in:
@ -66,6 +66,7 @@ services:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- backend
|
||||
- metrics
|
||||
|
||||
volumes:
|
||||
database:
|
||||
@ -73,4 +74,6 @@ volumes:
|
||||
networks:
|
||||
backend:
|
||||
internal: true
|
||||
metrics:
|
||||
external: true
|
||||
...
|
||||
|
Reference in New Issue
Block a user