Add dashy.yaml

Add Dashy Dashboard Template.
This commit is contained in:
che0one
2024-11-02 23:10:12 +04:00
committed by GitHub
parent 0b958cea71
commit 7979946833

View 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