mirror of
https://github.com/skidoodle/spotify-ws
synced 2026-04-28 11:17:40 +02:00
14 lines
257 B
YAML
14 lines
257 B
YAML
version: '3.8'
|
|
|
|
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=
|