forked from CopyBot/sptnr
20 lines
541 B
Plaintext
20 lines
541 B
Plaintext
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
|