Fix matching from share, add fix script
This commit is contained in:
parent
183d58a540
commit
62b7121301
7 changed files with 152 additions and 60 deletions
|
@ -7,6 +7,7 @@ services:
|
|||
DEBUG: "combine.fm*"
|
||||
VUE_ENV: server
|
||||
DATABASE_URL:
|
||||
REDIS_URL:
|
||||
GOOGLE_EMAIL:
|
||||
GOOGLE_PASSWORD:
|
||||
XBOX_CLIENT_ID:
|
||||
|
@ -20,20 +21,8 @@ services:
|
|||
- "3000:3000"
|
||||
command: yarn run watch-server
|
||||
worker:
|
||||
extends: app
|
||||
build: ./
|
||||
environment:
|
||||
DEBUG: "combine.fm*"
|
||||
VUE_ENV: server
|
||||
DATABASE_URL:
|
||||
GOOGLE_EMAIL:
|
||||
GOOGLE_PASSWORD:
|
||||
XBOX_CLIENT_ID:
|
||||
XBOX_CLIENT_SECRET:
|
||||
YOUTUBE_KEY:
|
||||
SPOTIFY_CLIENT_ID:
|
||||
SPOTIFY_CLIENT_SECRET:
|
||||
volumes:
|
||||
- ./:/app:cached
|
||||
command: yarn run worker
|
||||
ports:
|
||||
- "3001:3000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue