Skip to content

Commit 9b0c9c6

Browse files
committed
chore(dep): update default postgres to latest bitnami legacy version 17.6.0
1 parent 44d5f59 commit 9b0c9c6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ services:
197197
- CADDY_DOCKER_CADDYFILE_PATH=/etc/caddy/Caddyfile
198198
- CADDY_INGRESS_NETWORKS=default
199199
postgres:
200-
image: bitnamilegacy/postgresql:17.2.0
200+
image: ${POSTGRES_IMAGE:-bitnamilegacy/postgresql:17.6.0}
201201
container_name: database
202202
platform: linux/amd64
203203
ports:

docker/.env.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ DB_PORT=5432
3232
DB_DATABASE=mediaServer
3333
DB_USERNAME=postgres
3434
DB_PASSWORD=root
35+
POSTGRES_IMAGE=bitnamilegacy/postgresql:17.6.0
3536

3637
# Redis connection (Docker default)
3738
REDIS_CLIENT=phpredis

0 commit comments

Comments
 (0)