add docker

This commit is contained in:
Julian Freeman
2025-10-18 15:34:41 -04:00
parent 4348671562
commit b4ee793b6f
7 changed files with 221 additions and 9 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
api:
build: .
container_name: safe-marks-server-api
ports:
- "127.0.0.1:17701:8000"
volumes:
- ./data:/app/data
restart: unless-stopped