Ver 0.1
This commit is contained in:
10
templates/immich.env.j2
Normal file
10
templates/immich.env.j2
Normal 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 %}
|
||||
Reference in New Issue
Block a user