add immich env

This commit is contained in:
2024-08-10 14:35:53 -07:00
parent dde529ff69
commit 8a9b2b9e7f

View File

@ -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) #