Don't mount immich under deploy directory
This commit is contained in:
@ -9,9 +9,9 @@ services:
|
|||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
|
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/library:/config
|
- /jellyfin/library:/config
|
||||||
- /path/to/tvseries:/data/tvshows
|
- /jellyfin/tvseries:/data/tvshows
|
||||||
- /path/to/movies:/data/movies
|
- /jellyfin/movies:/data/movies
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
- 8920:8920 #optional
|
- 8920:8920 #optional
|
||||||
|
@ -51,8 +51,8 @@ config.git_provider = "git.demo.monitor.dev"
|
|||||||
config.git_account = "mbecks"
|
config.git_account = "mbecks"
|
||||||
config.repo = "mbecks/demo-sync"
|
config.repo = "mbecks/demo-sync"
|
||||||
config.environment = """
|
config.environment = """
|
||||||
UPLOAD_LOCATION = ./library
|
UPLOAD_LOCATION = /immich/upload
|
||||||
DB_DATA_LOCATION = ./postgres
|
DB_DATA_LOCATION = /immich/postgres
|
||||||
IMMICH_VERSION = release
|
IMMICH_VERSION = release
|
||||||
DB_PASSWORD = postgres
|
DB_PASSWORD = postgres
|
||||||
DB_USERNAME = postgres
|
DB_USERNAME = postgres
|
||||||
|
Reference in New Issue
Block a user