Даём возможность соединиться с техническим PG стендов.

This commit is contained in:
2025-10-03 08:43:18 +00:00
parent 291615fbab
commit 7adf962873

View File

@@ -42,6 +42,10 @@ services:
- expertisa-twonodes-postgresql - expertisa-twonodes-postgresql
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
labels:
- "traefik.tcp.routers.pg-${BRANCH}.entrypoints=pg"
- "traefik.tcp.routers.pg-${BRANCH}.tls=true"
- "traefik.tcp.routers.pg-${BRANCH}.rule=HostSNIRegexp(`(?i)^${BRANCH}\\..+`)"
volumes: volumes:
pgdata: pgdata: