Prometheus
ApplicationThe Prometheus monitoring system and time series database.
Author: p.zarrad@outlook.deSource: pterodactyl/application-eggsUpdated: 5/24/2026 Startup Command
./prometheus --web.listen-address=0.0.0.0:{{SERVER_PORT}} --config.file=/home/container/prometheus.yml --storage.tsdb.path=/home/container/data --web.console.templates=/home/container/consoles --web.console.libraries=/home/container/console_libraries --web.config.file=/home/container/prometheus.web.yml --storage.tsdb.retention.time={{DATA_SAVE_TIME}}
Docker Images
| Label | Image |
|---|
| ghcr.io/ptero-eggs/yolks:debian | ghcr.io/ptero-eggs/yolks:debian |
Environment Variables
| Name | Variable | Default | Rules |
|---|
Prometheus Version The version of Prometheus to install. By default the latest version is being installed. | PROMETHEUS_VERSION | latest | required|string|max:20 |
Data Save time in Days How long the data is being saved | DATA_SAVE_TIME | 15d | required|string|max:10 |