Add missing env variables
This commit is contained in:
+1
-2
@@ -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>
|
||||||
|
|||||||
@@ -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:}
|
||||||
|
|||||||
Reference in New Issue
Block a user