blob: 97f4a13438a7397b8d619e29285a29d948265ba7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
userland: "15.1-RELEASE"
immich_version: "v3.0.3"
dirs:
- /usr/local/etc/rc.d
oci_images:
- name: immich-server
image: "ghcr.io/immich-app/immich-server:{{ immich_version }}"
check_path: /usr/src/app/server/dist/main.js
- name: immich-ml
image: "ghcr.io/immich-app/immich-machine-learning:{{ immich_version }}"
check_path: /opt/venv/bin/python
zfs:
- name: immich_data
mode: "0755"
- name: immich_model_cache
mode: "0755"
nullfs:
- src: immich_data
dst: /image/immich-server/data
- src: immich_model_cache
dst: /image/immich-server/cache
pkg:
- skopeo
# umoci is a statically linked Linux binary, fetched by setup task
services: []
|