feat: update Caddy configuration for hoarder service and add new services management tasks
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
@@ -3,7 +3,6 @@ MEILI_NO_ANALYTICS=true
|
||||
|
||||
MEILI_ADDR=http://meilisearch:7700
|
||||
BROWSER_WEB_URL=http://chrome:9222
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
|
||||
DATA_DIR=/data
|
||||
|
||||
|
@@ -28,6 +28,10 @@
|
||||
mode: "0644"
|
||||
register: hoarder_compose
|
||||
|
||||
- name: Stop Hoarder service
|
||||
ansible.builtin.command: docker compose -f "{{ hoarder_service_dir }}/docker-compose.yml" down --remove-orphans
|
||||
when: hoarder_compose.changed
|
||||
|
||||
- name: Start Hoarder service
|
||||
ansible.builtin.command: docker compose -f "{{ hoarder_service_dir }}/docker-compose.yml" up -d
|
||||
when: hoarder_compose.changed
|
||||
|
Reference in New Issue
Block a user