mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Merge pull request #13458 from rioug/docker-upgrade-postgres
Docker upgrade postgres
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user