[bitnami/postgresql] Release 18.0.0-debian-12-r0 (#86352)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-09-25 21:16:13 +02:00
committed by GitHub
parent 9f31f4268d
commit ebf6cd1e1e
30 changed files with 5191 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
services:
postgresql-master:
image: docker.io/bitnami/postgresql:17
image: docker.io/bitnami/postgresql:18
ports:
- '5432'
volumes:
@@ -17,7 +17,7 @@ services:
- POSTGRESQL_DATABASE=my_database
- ALLOW_EMPTY_PASSWORD=yes
postgresql-slave:
image: docker.io/bitnami/postgresql:17
image: docker.io/bitnami/postgresql:18
ports:
- '5432'
depends_on: