fix(podman_link): always use scram-sha-256 auth for postgres
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
This commit is contained in:
parent
a4cc851036
commit
d51df92450
4 changed files with 25 additions and 13 deletions
|
|
@ -2,7 +2,6 @@
|
|||
ContainerName=bridge-postgresql
|
||||
EnvironmentFile=common-bridge.env
|
||||
Image=registry.gitlab.com/digiresilience/link/link-stack/postgresql:{{ podman_link_stack_version }}
|
||||
Volume=/home/{{ podman_link_podman_rootless_user }}/pg_hba_bridge.conf:/var/lib/postgresql/data/pg_hba.conf:rw,Z
|
||||
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