This commit is contained in:
parent
0829eac03b
commit
4705a2b62f
@ -16,13 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: immich-microservices
|
- name: immich-microservices
|
||||||
image: ghcr.io/immich-app/immich-server:release
|
image: ghcr.io/immich-app/immich-server:release
|
||||||
command: ["/bin/bash", "-c"]
|
args: ["start.sh", "microservices"]
|
||||||
args:
|
|
||||||
- >
|
|
||||||
apt-get update &&
|
|
||||||
apt-get install -y nfs-common &&
|
|
||||||
start.sh microservices
|
|
||||||
# args: ["start.sh", "microservices"]
|
|
||||||
env:
|
env:
|
||||||
- name: UPLOAD_LOCATION
|
- name: UPLOAD_LOCATION
|
||||||
value: /usr/src/app/upload
|
value: /usr/src/app/upload
|
||||||
|
@ -16,13 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
image: ghcr.io/immich-app/immich-server:release
|
image: ghcr.io/immich-app/immich-server:release
|
||||||
command: ["/bin/bash", "-c"]
|
args: ["start.sh", "immich"]
|
||||||
args:
|
|
||||||
- >
|
|
||||||
apt-get update &&
|
|
||||||
apt-get install -y nfs-common &&
|
|
||||||
start.sh immich
|
|
||||||
# args: ["start.sh", "immich"]
|
|
||||||
env:
|
env:
|
||||||
- name: UPLOAD_LOCATION
|
- name: UPLOAD_LOCATION
|
||||||
value: /usr/src/app/upload
|
value: /usr/src/app/upload
|
||||||
|
Loading…
Reference in New Issue
Block a user