fix dashy
This commit is contained in:
parent
7fc73ef547
commit
0602399d73
2 changed files with 8 additions and 2 deletions
BIN
public/svgs/dashy.png
Normal file
BIN
public/svgs/dashy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
|
|
@ -1,3 +1,9 @@
|
|||
# documentation: https://dashy.to/docs
|
||||
# slogan:A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
|
||||
# tags: dashboard, personal, self-hostable
|
||||
# logo: svgs/dashy.png
|
||||
# port: 8080
|
||||
|
||||
services:
|
||||
dashy:
|
||||
image: lissy93/dashy
|
||||
|
|
@ -5,9 +11,9 @@ services:
|
|||
- SERVICE_FQDN_DASHY_8080
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=UTC
|
||||
- TZ=${TIMEZONE:-UTC}
|
||||
volumes:
|
||||
- '/Config/Dashy/conf.yml:/app/public/conf.yml'
|
||||
- './dashy/conf.yml:/app/public/conf.yml'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"]
|
||||
interval: 5s
|
||||
|
|
|
|||
Loading…
Reference in a new issue