Files
sptnr/docker-compose.yml.example
Kevin Restaino 464d6a8ef3 init
2024-01-07 14:07:18 -05:00

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