Files
spotify-ws/compose.yaml
2025-10-03 02:13:29 +02:00

16 lines
400 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=${REFRESH_TOKEN}
- CLIENT_SECRET=${CLIENT_SECRET}
- CLIENT_ID=${CLIENT_ID}
#- LOG_LEVEL=DEBUG
#- ALLOWED_ORIGINS=http://localhost:3000
#- SERVER_PORT=3000
#- RT=true