added docker stuff to get him off the ground

This commit is contained in:
jsl12
2022-01-21 15:27:42 -06:00
parent 86066a0d35
commit 2d65987306
3 changed files with 36 additions and 2 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
kwaylon:
container_name: kwaylon
image: kwaylon:latest
build: ./
network_mode: host
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
# - /mnt/dietpi_userdata/kwaylon:/usr/src/app
restart: unless-stopped