initial commit
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user