initial commit to gitea

This commit is contained in:
2025-10-28 12:04:28 -05:00
commit 3f36303a14
3 changed files with 166 additions and 0 deletions

8
.env Normal file
View File

@@ -0,0 +1,8 @@
UPLOAD_LOCATION=/srv/photos
IMMICH_VERSION=release
DB_PASSWORD=postgres
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=./postgres
REDIS_HOSTNAME=immich_redis