Add Docker

This commit is contained in:
Esa Kataja
2025-05-04 21:29:04 +03:00
parent e0521d8980
commit ffdb3cbecd
3 changed files with 31 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3.8'
services:
backend:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
volumes:
- ./data:/app/data
restart: unless-stopped