This commit is contained in:
2025-12-29 19:11:06 +01:00
parent 27bbd9621a
commit b902142c4b
10 changed files with 216 additions and 0 deletions

10
templates/immich.env.j2 Normal file
View File

@@ -0,0 +1,10 @@
TZ={{ immich_timezone }}
DB_HOSTNAME=immich-postgres
DB_PORT=5432
DB_USERNAME={{ immich_db_user }}
DB_PASSWORD={{ immich_db_password }}
DB_DATABASE_NAME={{ immich_db_name }}
REDIS_HOSTNAME=immich-redis
{% if immich_machine_learning_enabled %}
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
{% endif %}