feat: add single-image compose deliverable and CI
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run

This commit is contained in:
Justin Visser 2026-08-09 20:59:58 +02:00
parent b354b0be76
commit d2380b621a
4 changed files with 70 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"