Don't mount immich under deploy directory
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user