add dashy

This commit is contained in:
2025-06-04 22:39:36 -04:00
parent fbdff0f013
commit 93a7d184b0
+22
View File
@@ -0,0 +1,22 @@
---
version: "3.4"
services:
dashy:
image: lissy93/dashy:latest
container_name: Dashy
volumes:
- ./config:/app/user-data
ports:
- 80:8080
environment:
- NODE_ENV=production
- UID=1000
- GID=1000
- TZ=America/New_York
restart: unless-stopped
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s