From c2d034d1fef35c6f13161f11fb12244e3e2c9045 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 9 Apr 2026 20:37:11 +0200 Subject: [PATCH] Add missing env variables --- backend/pom.xml | 3 +-- backend/src/main/resources/application.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index df4c016..aa7d2a5 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -140,7 +140,6 @@ - @@ -164,7 +163,7 @@ gcr.io/distroless/base-nossl-debian12 - zot.immich-ad.ovh/home/ai-teacher-backend + zot.immich-ad.ovh/ai-teacher-backend latest diff --git a/backend/src/main/resources/application.yaml b/backend/src/main/resources/application.yaml index b2113a1..e2820b9 100644 --- a/backend/src/main/resources/application.yaml +++ b/backend/src/main/resources/application.yaml @@ -59,8 +59,8 @@ app: username: ${APP_AUTH_USERNAME:neurosurgeon} password: ${APP_PASSWORD:changeme} figure-storage: - endpoint: https://s3.immich-ad.ovh - region: garage + endpoint: ${S3_ENDPOINT:https://s3.immich-ad.ovh} + region: ${S3_REGION:garage} bucket: ${S3_BUCKET:aiteacher} access-key-id: ${S3_ACCESS_KEY_ID:} secret-access-key: ${S3_SECRET_ACCESS_KEY:}