mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
11 lines
219 B
YAML
11 lines
219 B
YAML
services:
|
|
influxdb:
|
|
image: influxdb:2.7.10
|
|
restart: unless-stopped
|
|
volumes:
|
|
- influxdb2-data:/var/lib/influxdb2
|
|
- influxdb2-config:/etc/influxdb2
|
|
|
|
volumes:
|
|
influxdb2-data:
|
|
influxdb2-config: |