add immich env
This commit is contained in:
@ -50,6 +50,13 @@ config.file_paths = ["immich.compose.yaml"]
|
||||
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
|
||||
IMMICH_VERSION = release
|
||||
DB_PASSWORD = postgres
|
||||
DB_USERNAME = postgres
|
||||
DB_DATABASE_NAME = immich"""
|
||||
|
||||
####################
|
||||
# Jellyfin (Stack) #
|
||||
|
Reference in New Issue
Block a user