Add new scripts and update README.md

This commit is contained in:
Jesse Wierzbinski 2023-11-19 16:05:07 -10:00
parent 8fa16d4e09
commit b241e33cf9
5 changed files with 208 additions and 36 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: '3'
services:
lysand:
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:8080
container_name: lysand
volumes:
- ./logs:/app/logs
- ./config:/app/config