cloudserve-infrastructure/roles/shaarli/vars/main.yml
Marty Oehme b6e30811dc
Fix shaarli version and image source
Shaarli images moved a while ago and received a different tag naming scheme.
So we changed to the new repository and renamed the version from latest
to release.
2024-04-11 13:08:06 +02:00

7 lines
143 B
YAML

---
stack_name: shaarli
stack_image: "ghcr.io/shaarli/shaarli"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"