Inital Work, web server broke again, trying to get scale and rotation setup

This commit is contained in:
2025-10-17 09:08:31 +11:00
commit 443e6177ca
16 changed files with 842 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
backend:
build:
context: . # repo root
dockerfile: backend/Dockerfile
env_file: .env
ports:
- "8080:8080"
volumes:
- ./data:/app/data
- ./profiles:/app/profiles:ro