feat: adds dashy as docker service
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Failing after 1m10s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-08-29 16:56:41 +02:00
parent 79425af4b0
commit a15d382c8e
6 changed files with 59 additions and 56 deletions

View File

@@ -0,0 +1,19 @@
services:
dashy:
image: lissy93/dashy:latest
restart: unless-stopped
ports:
- 4000:8080
volumes:
- {{dashy_data_dir}}/:/app/user-data
networks:
- caddy_network
deploy:
resources:
limits:
memory: 2G
networks:
caddy_network:
external: true
name: caddy_default