mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
17 lines
342 B
YAML
17 lines
342 B
YAML
version: "3.8"
|
|
services:
|
|
victoriametrics:
|
|
image: victoriametrics/victoria-metrics:v1.108.1
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8428
|
|
command:
|
|
- "--storageDataPath=/storage"
|
|
- "--retentionPeriod=${RETENTION_PERIOD}"
|
|
- "--httpListenAddr=:8428"
|
|
volumes:
|
|
- vm-data:/storage
|
|
|
|
volumes:
|
|
vm-data: {}
|