This commit is contained in:
parent
c18cd016f5
commit
df2480f0bd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ services:
|
|||
- traefik.enable=true
|
||||
- traefik.http.routers.music_mootfrost_dev.rule=Host(`music.mootfrost.dev`)
|
||||
- traefik.http.services.music_mootfrost_dev.loadbalancer.server.port=8080
|
||||
command: python app/callback_listener.py
|
||||
command: sh -c "echo '${OAUTH_JSON}' | base64 -d > /app/oauth.json && python app/callback_listener.py"
|
||||
|
||||
db:
|
||||
image: postgres:17.4-alpine
|
||||
|
|
Loading…
Add table
Reference in a new issue