Add external monitoring network

This commit is contained in:
2023-08-10 16:29:52 +02:00
parent d53787dd96
commit c173962d19
8 changed files with 33 additions and 5 deletions

View File

@ -31,6 +31,7 @@ services:
networks:
- default
- backend
- metrics
labels:
- "traefik.enable=true"
- "traefik.http.routers.http-synapse.rule=Host(`synapse.{{ matrix.baseurl }}`)"
@ -211,6 +212,8 @@ services:
networks:
backend:
internal: true
metrics:
external: true
volumes:
synapse_data: