feat(podman_link): make link stack version configurable
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
Fixes: #1
This commit is contained in:
parent
7891343dc5
commit
d611df1263
16 changed files with 16 additions and 15 deletions
|
|
@ -4,7 +4,7 @@ PartOf=zammad-storage.target
|
|||
[Container]
|
||||
ContainerName=zammad-memcached
|
||||
Exec=memcached -m 256M
|
||||
Image=registry.gitlab.com/digiresilience/link/link-stack/memcached:3.2.0b1
|
||||
Image=registry.gitlab.com/digiresilience/link/link-stack/memcached:{{ podman_link_stack_version }}
|
||||
Network=link.network
|
||||
ExposeHostPort=11211
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue