Use home-built immich container
Using the immich conatiner for locally cached immich-go binaries, rather than pulling the binary every time we run.
This commit is contained in:
@@ -37,19 +37,21 @@ spec:
|
|||||||
server: nas1.shire-zebra.ts.net
|
server: nas1.shire-zebra.ts.net
|
||||||
containers:
|
containers:
|
||||||
- name: immich-go
|
- name: immich-go
|
||||||
image: "nixos/nix:latest"
|
image: "registry.thehellings.com/greg/ci-images/immich:latest"
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
command:
|
command:
|
||||||
- nix-shell
|
- /bin/sh
|
||||||
- "-p"
|
- "-c"
|
||||||
- immich-go
|
|
||||||
- "--run"
|
|
||||||
- >-
|
- >-
|
||||||
immich-go archive
|
immich-go
|
||||||
--write-to-folder /nas1
|
archive
|
||||||
|
"--write-to-folder"
|
||||||
|
/nas1
|
||||||
from-immich
|
from-immich
|
||||||
--from-api-key "$IMMICH_API_KEY"
|
"--from-api-key"
|
||||||
--from-server http://immich-server:2283
|
"$IMMICH_API_KEY"
|
||||||
|
"--from-server"
|
||||||
|
"http://immich-server:2283"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nas1
|
- name: nas1
|
||||||
mountPath: /nas1
|
mountPath: /nas1
|
||||||
|
|||||||
Reference in New Issue
Block a user