Added Docker Compose file
This commit is contained in:
parent
acc9bc7384
commit
7da8a55340
1 changed files with 10 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
dashboard:
|
||||||
|
image: phntxx/dashboard:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
Loading…
Reference in a new issue