Skip to content

Commit

Permalink
Merge pull request #172 from anarion80/update_immich
Browse files Browse the repository at this point in the history
⬆️ Upgrade Immich to latest version
  • Loading branch information
anarion80 authored Jun 11, 2024
2 parents b49ca5e + c3879c2 commit ed4eb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/immich/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
name: "{{ immich_server_container_name }}"
image: "{{ immich_server_image }}:{{ immich_server_tag }}"
pull: true
command: ["start.sh", "immich"]
volumes:
- "{{ immich_data_directory }}/data:/data:rw"
- "{{ immich_upload_directory }}:/usr/src/app/upload:rw"
Expand All @@ -92,6 +91,7 @@
MAPBOX_KEY: "{{ immich_mapbox_key }}"
UPLOAD_LOCATION: "{{ immich_upload_location }}"
PUBLIC_LOGIN_PAGE_MESSAGE: "{{ immich_public_login_page_message }}"
IMMICH_WORKERS_INCLUDE: 'api'
labels:
traefik.enable: "{{ immich_available_externally | string }}"
traefik.http.routers.immich.rule: "Host(`{{ immich_hostname }}.{{ ansible_nas_domain }}`)"
Expand All @@ -107,7 +107,6 @@
name: "{{ immich_microservices_container_name }}"
image: "{{ immich_microservices_image }}:{{ immich_microservices_tag }}"
pull: true
command: ["start.sh", "microservices"]
volumes:
- "{{ immich_data_directory }}/data:/data:rw"
- "{{ immich_upload_directory }}:/usr/src/app/upload:rw"
Expand All @@ -131,6 +130,7 @@
MAPBOX_KEY: "{{ immich_mapbox_key }}"
UPLOAD_LOCATION: "{{ immich_upload_location }}"
PUBLIC_LOGIN_PAGE_MESSAGE: "{{ immich_public_login_page_message }}"
IMMICH_WORKERS_INCLUDE: 'microservices'
labels:
traefik.enable: "false"
restart_policy: unless-stopped
Expand Down

0 comments on commit ed4eb99

Please sign in to comment.