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:
|
||||
db:
|
||||
image: postgres:10.19
|
||||
image: postgres:16
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: f00d
|
||||
POSTGRES_USER: ofn
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- 'postgres:/var/lib/postgresql/data'
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user