Adds docker-compose file, updates readme, and fixes formating in server.js

This commit is contained in:
Alicia Sykes
2021-06-05 12:48:42 +01:00
parent 3656daeb0b
commit 10cc57afa0
3 changed files with 33 additions and 16 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
---
version: "3"
services:
dashy:
image: lissy93/dashy
container_name: dashy
volumes:
- /root/my-config.yml:/app/public/conf.yml
ports:
- 8080:80
environment:
- UID=1000
- GID=1000
restart: unless-stopped