Files
compose-anything/src/prometheus/.env.example
Sun-ZhenXing c03771751c feat(opensandbox): add initial configuration files and documentation for OpenSandbox platform
feat(elasticsearch): upgrade Elasticsearch version to 9.3.0 in environment and docker-compose files

feat(gitlab): update GitLab version to 18.8.3-ce.0 in environment and docker-compose files

feat(grafana): bump Grafana version to 12.3.2 in environment and docker-compose files

feat(jenkins): upgrade Jenkins version to 2.541-lts-jdk17 in environment and docker-compose files

fix(minio): remove unnecessary newline in docker-compose file

feat(nginx): downgrade Nginx version to 1.28.2-alpine3.22 in environment and docker-compose files

feat(ollama): update Ollama version to 0.14.3 in environment and docker-compose files

feat(prometheus): upgrade Prometheus version to 3.5.1 in environment and docker-compose files

feat(rabbitmq): update RabbitMQ version to 4.2.3-management-alpine in environment and docker-compose files
2026-02-07 18:11:02 +08:00

17 lines
466 B
Plaintext

# Prometheus Environment Variables
# Prometheus image version
PROMETHEUS_VERSION=v3.5.1
# Host port mapping (maps to Prometheus port 9090 in container)
PROMETHEUS_PORT_OVERRIDE=9090
# How long to retain data (examples: 15d, 30d, 1y)
PROMETHEUS_RETENTION_TIME=15d
# Maximum storage size (empty = unlimited, examples: 10GB, 1TB)
PROMETHEUS_RETENTION_SIZE=
# External URL for Prometheus (used for links and redirects)
PROMETHEUS_EXTERNAL_URL=http://localhost:9090