update resources 1.15.0

This commit is contained in:
2024-10-07 05:00:06 -04:00
parent ae3c2d1d49
commit 3cae6955f0

View File

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