Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e5751b129 |
@@ -6,11 +6,7 @@ immich_enabled: true
|
|||||||
|
|
||||||
immich_identifier: immich
|
immich_identifier: immich
|
||||||
|
|
||||||
# latest - Latest Immich release with an Ubuntu base.
|
immich_version: v1.94.1-ig246
|
||||||
# noml - Latest Immich release with an Ubuntu base. Machine-learning is completely removed, making it still compatible with hardware accelaration.
|
|
||||||
# alpine - Latest Immich release with an Alpine base. Machine-learning is completely removed, making it a very lightweight image (can have issues with RAW images).
|
|
||||||
immich_version: 'v1.93.3-ig193'
|
|
||||||
immich_distro_variant: noml
|
|
||||||
|
|
||||||
immich_uid: ''
|
immich_uid: ''
|
||||||
immich_gid: ''
|
immich_gid: ''
|
||||||
@@ -50,7 +46,7 @@ immich_config_log_level: info
|
|||||||
|
|
||||||
immich_container_image: "{{ immich_container_image_registry_prefix }}imagegenius/immich:{{ immich_container_image_tag }}"
|
immich_container_image: "{{ immich_container_image_registry_prefix }}imagegenius/immich:{{ immich_container_image_tag }}"
|
||||||
immich_container_image_registry_prefix: ghcr.io/
|
immich_container_image_registry_prefix: ghcr.io/
|
||||||
immich_container_image_tag: "{{ immich_distro_variant }}-{{ immich_version }}"
|
immich_container_image_tag: "{{ immich_version }}"
|
||||||
immich_container_image_force_pull: "{{ immich_container_image.endswith(':latest') }}"
|
immich_container_image_force_pull: "{{ immich_container_image.endswith(':latest') }}"
|
||||||
|
|
||||||
# The base container network. It will be auto-created by this role if it doesn't exist already.
|
# The base container network. It will be auto-created by this role if it doesn't exist already.
|
||||||
|
|||||||
Reference in New Issue
Block a user