Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
priority: 100
options:
- from: {{ registry }}/immich-server:latest
- container: 'boot args:--pull'
volumes:
- immich-data: /data
oci:
Expand All @@ -216,6 +217,7 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
name: immich_machine_learning
options:
- from: {{ registry }}/immich-ml:latest
- container: 'boot args:--pull'
oci:
environment:
- HF_HOME: /cache/huggingface
Expand All @@ -227,6 +229,7 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
name: immich_redis
options:
- from: {{ registry }}/redis:latest
- container: 'boot args:--pull'
oci:
environment:
- LANG: C.UTF-8
Expand All @@ -238,6 +241,7 @@ Before deploying, ensure your host environment is ready. See the [Quick Start Gu
options:
- from: {{ registry }}/immich-postgres:latest
- template: !ENV '${PWD}/immich-postgres-template.conf'
- container: 'boot args:--pull'
oci:
environment:
- POSTGRES_PASSWORD: !ENV '${DB_PASSWORD}'
Expand Down
Loading