add more compose files

This commit is contained in:
2025-06-17 08:23:42 -04:00
parent 466f5b848f
commit 4129edeffd
30 changed files with 459 additions and 49 deletions
+4 -5
View File
@@ -1,21 +1,20 @@
---
version: "3.4"
services:
dashy:
image: lissy93/dashy:latest
container_name: Dashy
container_name: dashy
volumes:
- ./config:/app/user-data
ports:
- 80:8080
environment:
- UID
- GID
- NODE_ENV=production
- UID=1000
- GID=1000
- TZ=America/New_York
restart: unless-stopped
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
test: ["CMD", "node", "/app/services/healthcheck"]
interval: 1m30s
timeout: 10s
retries: 3