discovery-by-llm/docker-compose.yml
Justin Visser d2380b621a
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run
feat: add single-image compose deliverable and CI
2026-08-09 20:59:58 +02:00

12 lines
304 B
YAML

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"