mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add extensive collection of application blueprints with Docker Compose configurations
This commit is contained in:
11
blueprints/influxdb/docker-compose.yml
Normal file
11
blueprints/influxdb/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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:
|
||||
BIN
blueprints/influxdb/influxdb.png
Normal file
BIN
blueprints/influxdb/influxdb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
12
blueprints/influxdb/template.yml
Normal file
12
blueprints/influxdb/template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: influxdb
|
||||
port: 8086
|
||||
host: ${main_domain}
|
||||
|
||||
env: {}
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user