Initial commit

This commit is contained in:
2026-02-24 16:34:39 +03:00
commit ea8fff629c
38 changed files with 4045 additions and 0 deletions

10
stacks/media/immich.env Normal file
View File

@@ -0,0 +1,10 @@
TZ=Europe/Moscow
IMMICH_VERSION=v2
DB_HOSTNAME=immich-postgres
REDIS_HOSTNAME=immich-redis
DB_PASSWORD=change_me
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
POSTGRES_PASSWORD=change_me
POSTGRES_USER=postgres
POSTGRES_DB=immich