Optional compose overlays: TLS overlay mounts user-supplied certs into traefik, monitoring overlay replaces the noop bridge with an external Docker network for Prometheus scraping. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
222 B
YAML
8 lines
222 B
YAML
# External monitoring network overlay
|
|
# Overrides the noop monitoring bridge with a real external network
|
|
|
|
networks:
|
|
monitoring:
|
|
external: true
|
|
name: ${MONITORING_NETWORK:?MONITORING_NETWORK must be set in .env}
|