mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
Create docker-compose.yml
This commit is contained in:
committed by
GitHub
parent
a06feb6a99
commit
e97aec0196
16
blueprints/victoriametrics/docker-compose.yml
Normal file
16
blueprints/victoriametrics/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user