initial commit

This commit is contained in:
2026-03-28 21:05:02 +00:00
commit a85e9f93ab
7 changed files with 1479 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
dashgaard:
build: .
container_name: dashgaard
restart: unless-stopped
ports:
- "8094:3000"
volumes:
- /docker/dashgaard/data:/data
environment:
- CONFIG_PATH=/data/config.json
- UPTIME_KUMA_URL=http://100.114.205.53:3001