feat: add compose deliverable, scenario definitions, eval stub, and CI
This commit is contained in:
parent
ef9e102b05
commit
7c3934daee
8 changed files with 148 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue