add (untested) docker stuff

This commit is contained in:
Enstrayed
2023-11-06 11:54:01 -08:00
parent 74d9b82e0e
commit 97f6e97eee
3 changed files with 21 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.0'
services:
enstrayedapi:
build:
context: .
image: enstrayedapi
container_name: enstrayedapi
restart: unless-stopped
volumes:
- .:/app