Fixing the docker-compose

This commit is contained in:
Zoe Roux
2022-02-25 18:04:38 +01:00
parent 91d7a561d6
commit e41149361e
+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: