Merge pull request #68 from AnonymusRaccoon/discord-check

Discord fix
This commit is contained in:
Zoe Roux
2022-02-25 18:23:08 +01:00
committed by GitHub
2 changed files with 10 additions and 9 deletions
+9 -9
View File
@@ -33,15 +33,15 @@ services:
- GOOGLE_SECRET=${GOOGLE_SECRET}
- SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
- SPOTIFY_SECRET=${SPOTIFY_SECRET}
# worker:
# build: ./worker
# ports:
# - "3001:8999"
# depends_on:
# - "api"
# environment:
# - YOUTUBE_KEY=${YOUTUBE_KEY}
#
worker:
build: ./worker
ports:
- "3001:8999"
depends_on:
- "api"
environment:
- YOUTUBE_KEY=${YOUTUBE_KEY}
volumes:
apk:
+1
View File
@@ -6,6 +6,7 @@
"noImplicitAny": true,
"sourceMap": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {