Update docker-compose.yml
This commit is contained in:
parent
fd071eb4a3
commit
64659bf264
1 changed files with 2 additions and 1 deletions
|
|
@ -4,13 +4,14 @@ services:
|
||||||
soulsync:
|
soulsync:
|
||||||
image: boulderbadgedad/soulsync:latest
|
image: boulderbadgedad/soulsync:latest
|
||||||
container_name: soulsync-webui
|
container_name: soulsync-webui
|
||||||
|
user: "1000:1000"
|
||||||
ports:
|
ports:
|
||||||
- "8008:8008" # Main web app
|
- "8008:8008" # Main web app
|
||||||
- "8888:8888" # Spotify OAuth callback
|
- "8888:8888" # Spotify OAuth callback
|
||||||
- "8889:8889" # Tidal OAuth callback
|
- "8889:8889" # Tidal OAuth callback
|
||||||
volumes:
|
volumes:
|
||||||
# Persistent data volumes
|
# Persistent data volumes
|
||||||
# - ./config:/app/config # Commented out to test baked-in config
|
# - ./config:/app/config
|
||||||
- ./logs:/app/logs
|
- ./logs:/app/logs
|
||||||
- ./downloads:/app/downloads
|
- ./downloads:/app/downloads
|
||||||
# Use named volume for database persistence (separate from host database)
|
# Use named volume for database persistence (separate from host database)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue