mirror of
https://github.com/skidoodle/spotify-ws.git
synced 2025-02-15 06:09:14 +01:00
Initial commit
This commit is contained in:
commit
d3d2cbd9d0
11 changed files with 1031 additions and 0 deletions
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal 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=
|
Loading…
Add table
Add a link
Reference in a new issue