12 lines
209 B
YAML
12 lines
209 B
YAML
services:
|
|
spotify-to-tidal:
|
|
build: .
|
|
container_name: spotify-to-tidal
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8501:8501"
|
|
environment:
|
|
TZ: Europe/Berlin
|
|
volumes:
|
|
- ./:/app
|