Fix microservices
This commit is contained in:
parent
f423a904c0
commit
69054395a2
1 changed files with 5 additions and 2 deletions
|
@ -28,8 +28,6 @@ env:
|
|||
value: "immich"
|
||||
- name: DB_DATABASE_NAME
|
||||
value: "immich"
|
||||
- name: TYPESENSE_ENABLED
|
||||
value: false
|
||||
- name: PUBLIC_IMMICH_SERVER_URL
|
||||
value: "https;//photos.minhas.io"
|
||||
- name: IMMICH_MACHINE_LEARNING_URL
|
||||
|
@ -53,3 +51,8 @@ redis:
|
|||
|
||||
machine-learning:
|
||||
enabled: false
|
||||
|
||||
microservices:
|
||||
persistence:
|
||||
cache:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue