feat: add immich
This commit is contained in:
14
modules/20-services-apps/immich/.env.example
Normal file
14
modules/20-services-apps/immich/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||||
|
||||
###################################################################################
|
||||
# Required database configuration (used by Terraform to configure Postgres & Immich)
|
||||
###################################################################################
|
||||
|
||||
# PostgreSQL username
|
||||
DB_USERNAME=postgres
|
||||
|
||||
# PostgreSQL password (use only A-Za-z0-9 characters)
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
# PostgreSQL database name
|
||||
DB_DATABASE_NAME=immich
|
||||
Reference in New Issue
Block a user