Add dashy.yaml
Add Dashy Dashboard Template.
This commit is contained in:
parent
0b958cea71
commit
7979946833
1 changed files with 15 additions and 0 deletions
15
templates/compose/dashy.yaml
Normal file
15
templates/compose/dashy.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
dashy:
|
||||
image: lissy93/dashy
|
||||
environment:
|
||||
- SERVICE_FQDN_DASHY_8080
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=UTC
|
||||
volumes:
|
||||
- '/Config/Dashy/conf.yml:/app/public/conf.yml'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
Loading…
Reference in a new issue