Don't mount immich under deploy directory

This commit is contained in:
2024-08-10 22:43:31 -07:00
parent 8a9b2b9e7f
commit e45bf3dc41
2 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,9 @@ services:
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
volumes:
- /path/to/library:/config
- /path/to/tvseries:/data/tvshows
- /path/to/movies:/data/movies
- /jellyfin/library:/config
- /jellyfin/tvseries:/data/tvshows
- /jellyfin/movies:/data/movies
ports:
- 8096:8096
- 8920:8920 #optional

View File

@ -51,8 +51,8 @@ config.git_provider = "git.demo.monitor.dev"
config.git_account = "mbecks"
config.repo = "mbecks/demo-sync"
config.environment = """
UPLOAD_LOCATION = ./library
DB_DATA_LOCATION = ./postgres
UPLOAD_LOCATION = /immich/upload
DB_DATA_LOCATION = /immich/postgres
IMMICH_VERSION = release
DB_PASSWORD = postgres
DB_USERNAME = postgres