🔧 immich

This commit is contained in:
auricom
2023-01-05 21:47:47 +01:00
parent 46325f05a0
commit 4ce76cbce6

View File

@@ -12,6 +12,7 @@ data:
NODE_ENV: "production" NODE_ENV: "production"
REDIS_PORT: "6379" REDIS_PORT: "6379"
REDIS_DBINDEX: "0" REDIS_DBINDEX: "0"
UPLOAD_LOCATION: /usr/src/app/upload
IMMICH_WEB_URL: http://immich-web.default.svc.cluster.local:3000 IMMICH_WEB_URL: http://immich-web.default.svc.cluster.local:3000
IMMICH_SERVER_URL: http://immich-server.default.svc.cluster.local:3001 IMMICH_SERVER_URL: http://immich-server.default.svc.cluster.local:3001
IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning.default.svc.cluster.local:3003 IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning.default.svc.cluster.local:3003