mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-04 03:16:05 +00:00
Fixing the docker-compose
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user