Files
cameleer-saas/installer/templates/docker-compose.monitoring.yml

8 lines
222 B
YAML
Raw Normal View History

# 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}