Fix itunes matching

This commit is contained in:
Jonathan Cremin 2017-10-23 22:47:14 +01:00
parent 62b7121301
commit 7b36e8bf0c
6 changed files with 91 additions and 38 deletions

View file

@ -21,8 +21,21 @@ services:
- "3000:3000"
command: yarn run watch-server
worker:
extends: app
build: ./
environment:
DEBUG: "combine.fm*"
VUE_ENV: server
DATABASE_URL:
REDIS_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"