feat(podman_link): secure postgres access and disable local trust
Some checks failed
Ansible Lint Check / lint (push) Failing after 45s

This commit is contained in:
Iain Learmonth 2025-12-04 18:17:38 +00:00
parent e79576cd73
commit c72e513154
4 changed files with 18 additions and 0 deletions

View file

@ -2,6 +2,7 @@
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