Merge pull request #13458 from rioug/docker-upgrade-postgres

Docker upgrade postgres
This commit is contained in:
Ahmed Ejaz
2025-10-15 02:24:16 +05:00
committed by GitHub

View File

@@ -1,12 +1,10 @@
services: services:
db: db:
image: postgres:10.19 image: postgres:16
restart: always restart: always
environment: environment:
POSTGRES_PASSWORD: f00d POSTGRES_PASSWORD: f00d
POSTGRES_USER: ofn POSTGRES_USER: ofn
ports:
- 5432:5432
volumes: volumes:
- 'postgres:/var/lib/postgresql/data' - 'postgres:/var/lib/postgresql/data'
healthcheck: healthcheck: