feat: add single-image compose deliverable and CI
This commit is contained in:
parent
b354b0be76
commit
d2380b621a
4 changed files with 70 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