Add Streamlit Docker auto-sync deployment
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
spotify-to-tidal:
|
||||
build: .
|
||||
container_name: spotify-to-tidal
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8501:8501"
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
volumes:
|
||||
- ./:/app
|
||||
Reference in New Issue
Block a user