feat: add Immich service deployment with Docker Compose and environment configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
@@ -6,3 +6,6 @@
|
||||
- name: Include hoarder tasks
|
||||
ansible.builtin.include_tasks: hoarder/hoarder.yml
|
||||
when: hoarder_enabled|bool
|
||||
- name: Include immich tasks
|
||||
ansible.builtin.include_tasks: immich/immich.yml
|
||||
when: immich_enabled|bool
|
||||
Reference in New Issue
Block a user