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
|
|
@ -1,7 +1,7 @@
|
|||
[Container]
|
||||
ContainerName=bridge-postgresql
|
||||
EnvironmentFile=common-bridge.env
|
||||
Image=registry.gitlab.com/digiresilience/link/link-stack/postgresql:3.2.0b1
|
||||
Image=registry.gitlab.com/digiresilience/link/link-stack/postgresql:{{ podman_link_stack_version }}
|
||||
Volume=/home/{{ podman_link_podman_rootless_user }}/bridge-postgresql-data:/var/lib/postgresql/data:rw,Z
|
||||
Network=link.network
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue