mirror of
https://github.com/skidoodle/spotify-ws.git
synced 2025-02-15 06:09:14 +01:00
12 lines
266 B
YAML
12 lines
266 B
YAML
services:
|
|
spotify-ws:
|
|
image: ghcr.io/skidoodle/spotify-ws:main
|
|
container_name: spotify-ws
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- REFRESH_TOKEN=
|
|
- CLIENT_SECRET=
|
|
- CLIENT_ID=
|
|
#- LOG_LEVEL=DEBUG
|