Fix microservices
This commit is contained in:
parent
f423a904c0
commit
7773db2363
1 changed files with 8 additions and 2 deletions
|
@ -19,6 +19,9 @@ istio:
|
||||||
port: 3001
|
port: 3001
|
||||||
backendHost: immich-server
|
backendHost: immich-server
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v1.91.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: REDIS_HOSTNAME
|
- name: REDIS_HOSTNAME
|
||||||
value: immich-redis-master
|
value: immich-redis-master
|
||||||
|
@ -28,8 +31,6 @@ env:
|
||||||
value: "immich"
|
value: "immich"
|
||||||
- name: DB_DATABASE_NAME
|
- name: DB_DATABASE_NAME
|
||||||
value: "immich"
|
value: "immich"
|
||||||
- name: TYPESENSE_ENABLED
|
|
||||||
value: false
|
|
||||||
- name: PUBLIC_IMMICH_SERVER_URL
|
- name: PUBLIC_IMMICH_SERVER_URL
|
||||||
value: "https;//photos.minhas.io"
|
value: "https;//photos.minhas.io"
|
||||||
- name: IMMICH_MACHINE_LEARNING_URL
|
- name: IMMICH_MACHINE_LEARNING_URL
|
||||||
|
@ -53,3 +54,8 @@ redis:
|
||||||
|
|
||||||
machine-learning:
|
machine-learning:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
microservices:
|
||||||
|
persistence:
|
||||||
|
cache:
|
||||||
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue