Files
docker-compose/dashy/docker-compose.yml
T
cdanesi 5c72b0b3fc
Gitleaks / gitleaks (push) Failing after 10s
chore: update dashy
2026-06-02 21:52:57 -04:00

25 lines
460 B
YAML

---
services:
dashy:
image: lissy93/dashy:latest
container_name: dashy
volumes:
- ./config:/app/user-data
ports:
- 80:8080
environment:
- UID
- GID
- NODE_ENV=production
- TZ=America/New_York
restart: unless-stopped
healthcheck:
test:
- "CMD"
- "node"
- "/app/services/healthcheck"
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s