Adds some config templates.

This commit is contained in:
2025-06-04 20:21:09 -07:00
parent 175d6e57f8
commit 2786939f89
4 changed files with 5 additions and 16 deletions

View File

@@ -1,32 +1,21 @@
# Config
IMMICH_DOMAIN=immich.$DOMAIN IMMICH_DOMAIN=immich.$DOMAIN
IMMICH_STORAGE=100Gi IMMICH_STORAGE=100Gi
IMMICH_CACHE_STORAGE=10Gi IMMICH_CACHE_STORAGE=10Gi
TZ=UTC TZ=UTC
# Docker Images
IMMICH_SERVER_IMAGE=ghcr.io/immich-app/immich-server:release IMMICH_SERVER_IMAGE=ghcr.io/immich-app/immich-server:release
IMMICH_ML_IMAGE=ghcr.io/immich-app/immich-machine-learning:release IMMICH_ML_IMAGE=ghcr.io/immich-app/immich-machine-learning:release
# Database Configuration
DB_HOSTNAME=postgres.postgres DB_HOSTNAME=postgres.postgres
DB_PORT=5432 DB_PORT=5432
DB_USERNAME=immich DB_USERNAME=immich
DB_DATABASE_NAME=immich DB_DATABASE_NAME=immich
POSTGRES_ADMIN_USER=$POSTGRES_USER POSTGRES_ADMIN_USER=$POSTGRES_USER
# Redis Configuration
REDIS_HOSTNAME=redis.redis REDIS_HOSTNAME=redis.redis
REDIS_PORT=6379 REDIS_PORT=6379
# Machine Learning Configuration
MACHINE_LEARNING_WORKERS=1 MACHINE_LEARNING_WORKERS=1
MACHINE_LEARNING_MODEL_TTL=300 MACHINE_LEARNING_MODEL_TTL=300
# Immich Configuration
IMMICH_ENV=production IMMICH_ENV=production
IMMICH_LOG_LEVEL=info IMMICH_LOG_LEVEL=info
# Secrets (populate these in config.env and secrets.env) # Secrets
DB_PASSWORD= DB_PASSWORD=
POSTGRES_ADMIN_PASSWORD=$POSTGRES_PASSWORD POSTGRES_ADMIN_PASSWORD=$POSTGRES_PASSWORD

View File

@@ -1,2 +0,0 @@
DOCKER_REGISTRY_STORAGE=10Gi
DOCKER_REGISTRY_HOST=docker-registry.internal.cloud.payne.io

View File

@@ -0,0 +1,2 @@
DOCKER_REGISTRY_STORAGE=10Gi
DOCKER_REGISTRY_HOST=docker-registry.$INTERNAL_DOMAIN

View File

@@ -15,7 +15,7 @@ resources:
configMapGenerator: configMapGenerator:
- name: docker-registry-config - name: docker-registry-config
envs: envs:
- config.env - config/config.env
replacements: replacements:
- source: - source:
kind: ConfigMap kind: ConfigMap