update postgres in documentation to version 16
This commit is contained in:
parent
e5303967df
commit
ce0ee8caaa
@ -2,7 +2,7 @@ version: "2.4"
|
|||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ${POSTGRES_DATA_DIR:-./postgresql}:/var/lib/postgresql/data
|
- ${POSTGRES_DATA_DIR:-./postgresql}:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgresql:/var/lib/postgresql/data
|
- ./postgresql:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgresql:/var/lib/postgresql/data
|
- ./postgresql:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgresql:/var/lib/postgresql/data
|
- ./postgresql:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -69,7 +69,7 @@ services:
|
|||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: db_recipes
|
container_name: db_recipes
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./recipes/db:/var/lib/postgresql/data
|
- ./recipes/db:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -81,7 +81,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
db_recipes:
|
db_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgresql:/var/lib/postgresql/data
|
- ./postgresql:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
Loading…
Reference in New Issue
Block a user