diff --git a/resources.toml b/resources.toml index 8adcbdd..01eb0df 100644 --- a/resources.toml +++ b/resources.toml @@ -6,7 +6,7 @@ name = "demo-server" description = "Hosts demo.komo.do" tags = ["komodo", "demo"] -config.address = "http://host.docker.internal:8120" +config.address = "https://host.docker.internal:8120" config.region = "South-1" config.enabled = true config.mem_warning = 85.0 @@ -36,12 +36,15 @@ config.file_paths = ["immich.compose.yaml"] config.git_provider = "git.komo.do" config.repo = "mbecker20/demo-sync" config.environment = """ + # Supports comments 🦎 UPLOAD_LOCATION = /immich/upload - DB_DATA_LOCATION = /immich/postgres - IMMICH_VERSION = release - DB_PASSWORD = postgres - DB_USERNAME = postgres - DB_DATABASE_NAME = immich""" + DB_DATA_LOCATION = /immich/postgres # And end of line comments. + IMMICH_VERSION: release + # And different formats 🦎 + - DB_PASSWORD: postgres + - DB_USERNAME: postgres + - DB_DATABASE_NAME: immich +""" #################### # Jellyfin (Stack) #