morningalarm/docker-compose.yml

18 lines
429 B
YAML
Raw Permalink Normal View History

2023-08-25 20:44:44 +00:00
version: '3.8'
services:
morningalarm:
image: djeeberjr/morningalarm
container_name: morningalarm
environment:
- SPOTIFY_CLIENT_ID=clientID
- SPOTIFY_CLIENT_SECRET=clientSecret
- SPOTIFY_DEVICE_ID=deviceID
- SPOTIFY_PLAYLIST_ID=0MJBni0UzdnML1amikx0Rc
- SPOTIFY_REDIRECT_URL=http://localhost:3000
2023-09-13 14:28:19 +00:00
- TZ=Europe/Berlin
2023-08-25 20:44:44 +00:00
volumes:
- ./data:/data
ports:
- 3000:3000