Added Docker Compose file

This commit is contained in:
Bastian Meissner 2020-06-08 13:31:12 +02:00
parent acc9bc7384
commit 7da8a55340

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: "3"
services:
dashboard:
image: phntxx/dashboard:latest
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
- 3000:3000