Basic docker support

This commit is contained in:
TheFrenchGhosty
2022-01-17 23:33:51 +01:00
parent 34f09c36fb
commit 984692d045
2 changed files with 19 additions and 12 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3'
services:
rimgo:
build: .
ports:
- 3000:3000
volumes:
- ./config.yml:/app/config.yml
restart: unless-stopped