feat: remove Caddy and Seadoc service configurations from Seafile deployment
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 59s
Python Lint Check / check-python (push) Failing after 14s

This commit is contained in:
2025-03-17 13:43:19 +01:00
parent 9386a6d00c
commit d96ba31524
4 changed files with 19 additions and 54 deletions

View File

@@ -58,7 +58,6 @@
mode: "0644"
loop:
- docker-compose.yml.j2
- seadoc.yml.j2
- .env.j2
register: seafile_configs
@@ -70,7 +69,7 @@
- connect_network.rc != 0
- "'already exists' not in connect_network.stderr"
when: seafile_configs.changed
- name: Stop Seafile service
ansible.builtin.command: docker compose -f "{{ seafile_service_dir }}/docker-compose.yml" down --remove-orphans
when: seafile_configs.changed