mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
Relates to https://github.com/gesellix/Bose-SoundTouch/issues/181
13 lines
357 B
YAML
13 lines
357 B
YAML
services:
|
|
soundtouch-service:
|
|
build:
|
|
context: .
|
|
target: soundtouch-service
|
|
volumes:
|
|
- ./tests/integration/testdata:/app/data
|
|
environment:
|
|
- SPOTIFY_CLIENT_ID=mock-id
|
|
- SPOTIFY_CLIENT_SECRET=mock-secret
|
|
- SPOTIFY_TOKEN_URL=http://spotify-mock:8080/api/token
|
|
- SPOTIFY_API_BASE=http://spotify-mock:8080
|