feat: add immich

This commit is contained in:
Yuris Cakranegara
2025-08-17 22:24:47 +10:00
parent 4f5ee19cef
commit 8ee71193bb
5 changed files with 330 additions and 0 deletions

View 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