This commit is contained in:
Kevin Restaino
2023-09-01 00:48:50 -07:00
commit 464d6a8ef3
8 changed files with 633 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3.8'
services:
sptnr:
container_name: sptnr
# Uncomment the next line to use the public Docker image
# image: krestaino/sptnr:latest
# Uncomment the next line to build the Docker image locally
# build: .
environment:
- NAV_BASE_URL=your_navidrome_server_url
- NAV_USER=your_navidrome_username
- NAV_PASS=your_navidrome_password
- SPOTIFY_CLIENT_ID=your_spotify_client_id
- SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
volumes:
- ./logs:/usr/src/app/logs