homelab-codex-ws/services/fleet-prometheus/env.example

9 lines
426 B
Plaintext
Raw Normal View History

# fleet-prometheus has NO secrets and NO required environment.
#
# Configuration lives entirely in prometheus.yml (secret-free by contract) and
# the compose command flags. There is intentionally nothing to copy to a .env.
#
# This template exists only to keep the standard service file layout. If a
# future step needs env (e.g. an Alertmanager URL), add it here and wire an
# env_file into docker-compose.yml at that point.