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.
This commit is contained in:
Marty Oehme 2024-04-11 13:08:06 +02:00
parent b3d84b6075
commit b6e30811dc
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
shaarli_version: latest
shaarli_version: release # they offer: latest and release (stable) versions
shaarli_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"

View file

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