Adds some config templates.
This commit is contained in:
@@ -1,32 +1,21 @@
|
||||
# Config
|
||||
IMMICH_DOMAIN=immich.$DOMAIN
|
||||
IMMICH_STORAGE=100Gi
|
||||
IMMICH_CACHE_STORAGE=10Gi
|
||||
TZ=UTC
|
||||
|
||||
# Docker Images
|
||||
IMMICH_SERVER_IMAGE=ghcr.io/immich-app/immich-server:release
|
||||
IMMICH_ML_IMAGE=ghcr.io/immich-app/immich-machine-learning:release
|
||||
|
||||
# Database Configuration
|
||||
DB_HOSTNAME=postgres.postgres
|
||||
DB_PORT=5432
|
||||
DB_USERNAME=immich
|
||||
DB_DATABASE_NAME=immich
|
||||
POSTGRES_ADMIN_USER=$POSTGRES_USER
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_HOSTNAME=redis.redis
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Machine Learning Configuration
|
||||
MACHINE_LEARNING_WORKERS=1
|
||||
MACHINE_LEARNING_MODEL_TTL=300
|
||||
|
||||
# Immich Configuration
|
||||
IMMICH_ENV=production
|
||||
IMMICH_LOG_LEVEL=info
|
||||
|
||||
# Secrets (populate these in config.env and secrets.env)
|
||||
# Secrets
|
||||
DB_PASSWORD=
|
||||
POSTGRES_ADMIN_PASSWORD=$POSTGRES_PASSWORD
|
||||
POSTGRES_ADMIN_PASSWORD=$POSTGRES_PASSWORD
|
||||
|
@@ -1,2 +0,0 @@
|
||||
DOCKER_REGISTRY_STORAGE=10Gi
|
||||
DOCKER_REGISTRY_HOST=docker-registry.internal.cloud.payne.io
|
2
infrastructure_setup/docker-registry/config/example.env
Normal file
2
infrastructure_setup/docker-registry/config/example.env
Normal file
@@ -0,0 +1,2 @@
|
||||
DOCKER_REGISTRY_STORAGE=10Gi
|
||||
DOCKER_REGISTRY_HOST=docker-registry.$INTERNAL_DOMAIN
|
@@ -15,7 +15,7 @@ resources:
|
||||
configMapGenerator:
|
||||
- name: docker-registry-config
|
||||
envs:
|
||||
- config.env
|
||||
- config/config.env
|
||||
replacements:
|
||||
- source:
|
||||
kind: ConfigMap
|
||||
|
Reference in New Issue
Block a user