Files
templates/blueprints/dashy/docker-compose.yml
Dennis Khylkouski dee68380f6 Add Dashy template (#324)
* Add Dashy template

* Fix meta.json formatting and sorting
2025-09-01 23:13:21 -06:00

11 lines
194 B
YAML

version: "3.8"
services:
dashy:
image: lissy93/dashy:latest
restart: unless-stopped
ports:
- 8080
volumes:
- dashy-config:/app/user-data
volumes:
dashy-config: {}