Files
jenkins-docker-deploy-example/.env.example
2026-03-10 14:38:51 +00:00

13 lines
563 B
Plaintext

# Copy to .env on deploy host (or set in Jenkins)
# These are passed to docker-compose during deployment
DOCKER_REGISTRY=docker.io
DOCKER_IMAGE=myorg/myapp
IMAGE_TAG=latest
# Optional: check retention (limits DB growth)
# CHECK_RETENTION_COUNT=5000 # keep last N checks per service (default 5000)
# CHECK_RETENTION_DAYS=30 # also delete checks older than N days (0=disabled)
# Rollup: aggregate checks older than N hours into hourly buckets for 90+ day reporting
# ROLLUP_AGE_HOURS=24 # default 24; raw checks kept for this long, then rolled up