feat: add compose deliverable, scenario definitions, eval stub, and CI

This commit is contained in:
Justin Visser 2026-08-09 20:59:58 +02:00
parent ef9e102b05
commit 7c3934daee
8 changed files with 148 additions and 0 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
app:
build:
context: .
dockerfile: backend/Dockerfile
env_file:
- path: .env
required: false
ports:
# host port is fixed: the registered Spotify redirect URI
# (http://127.0.0.1:8888/callback) must match exactly
- "127.0.0.1:8888:8000"