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:
10
blueprints/uptime-kuma/docker-compose.yml
Normal file
10
blueprints/uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1.23.15
|
||||
restart: always
|
||||
volumes:
|
||||
- uptime-kuma-data:/app/data
|
||||
|
||||
volumes:
|
||||
uptime-kuma-data:
|
||||
12
blueprints/uptime-kuma/template.yml
Normal file
12
blueprints/uptime-kuma/template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: uptime-kuma
|
||||
port: 3001
|
||||
host: ${main_domain}
|
||||
|
||||
env: {}
|
||||
|
||||
mounts: []
|
||||
BIN
blueprints/uptime-kuma/uptime-kuma.png
Normal file
BIN
blueprints/uptime-kuma/uptime-kuma.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
Reference in New Issue
Block a user