Initial commit

This commit is contained in:
skidoodle 2024-05-28 10:55:29 +02:00
commit d3d2cbd9d0
11 changed files with 1031 additions and 0 deletions

13
docker-compose.yaml Normal file
View file

@ -0,0 +1,13 @@
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=