Add missing env variables

This commit is contained in:
Adrien
2026-04-09 20:37:11 +02:00
parent 0908355704
commit c2d034d1fe
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -140,7 +140,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@@ -164,7 +163,7 @@
<image>gcr.io/distroless/base-nossl-debian12</image> <image>gcr.io/distroless/base-nossl-debian12</image>
</from> </from>
<to> <to>
<image>zot.immich-ad.ovh/home/ai-teacher-backend</image> <image>zot.immich-ad.ovh/ai-teacher-backend</image>
<tags> <tags>
<tag>latest</tag> <tag>latest</tag>
</tags> </tags>
+2 -2
View File
@@ -59,8 +59,8 @@ app:
username: ${APP_AUTH_USERNAME:neurosurgeon} username: ${APP_AUTH_USERNAME:neurosurgeon}
password: ${APP_PASSWORD:changeme} password: ${APP_PASSWORD:changeme}
figure-storage: figure-storage:
endpoint: https://s3.immich-ad.ovh endpoint: ${S3_ENDPOINT:https://s3.immich-ad.ovh}
region: garage region: ${S3_REGION:garage}
bucket: ${S3_BUCKET:aiteacher} bucket: ${S3_BUCKET:aiteacher}
access-key-id: ${S3_ACCESS_KEY_ID:} access-key-id: ${S3_ACCESS_KEY_ID:}
secret-access-key: ${S3_SECRET_ACCESS_KEY:} secret-access-key: ${S3_SECRET_ACCESS_KEY:}