Deploys timvisee/send with a Redis backend behind Traefik. Supports local-disk or S3 storage (e.g. via the garage role). Uses the shared `*_domains` list convention so the router can accept internal *.int.* names alongside the canonical BASE_URL host.
9 lines
210 B
YAML
9 lines
210 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# handlers file for send
|
|
|
|
- name: restart send
|
|
community.docker.docker_compose_v2:
|
|
project_src: "{{ send_docker_compose_dir }}"
|
|
state: present
|
|
recreate: always
|