update resources 1.15.0
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
name = "demo-server"
|
name = "demo-server"
|
||||||
description = "Hosts demo.komo.do"
|
description = "Hosts demo.komo.do"
|
||||||
tags = ["komodo", "demo"]
|
tags = ["komodo", "demo"]
|
||||||
config.address = "http://host.docker.internal:8120"
|
config.address = "https://host.docker.internal:8120"
|
||||||
config.region = "South-1"
|
config.region = "South-1"
|
||||||
config.enabled = true
|
config.enabled = true
|
||||||
config.mem_warning = 85.0
|
config.mem_warning = 85.0
|
||||||
@ -36,12 +36,15 @@ config.file_paths = ["immich.compose.yaml"]
|
|||||||
config.git_provider = "git.komo.do"
|
config.git_provider = "git.komo.do"
|
||||||
config.repo = "mbecker20/demo-sync"
|
config.repo = "mbecker20/demo-sync"
|
||||||
config.environment = """
|
config.environment = """
|
||||||
|
# Supports comments 🦎
|
||||||
UPLOAD_LOCATION = /immich/upload
|
UPLOAD_LOCATION = /immich/upload
|
||||||
DB_DATA_LOCATION = /immich/postgres
|
DB_DATA_LOCATION = /immich/postgres # And end of line comments.
|
||||||
IMMICH_VERSION = release
|
IMMICH_VERSION: release
|
||||||
DB_PASSWORD = postgres
|
# And different formats 🦎
|
||||||
DB_USERNAME = postgres
|
- DB_PASSWORD: postgres
|
||||||
DB_DATABASE_NAME = immich"""
|
- DB_USERNAME: postgres
|
||||||
|
- DB_DATABASE_NAME: immich
|
||||||
|
"""
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Jellyfin (Stack) #
|
# Jellyfin (Stack) #
|
||||||
|
Reference in New Issue
Block a user