Merge branch 'renovate/postgres-14.x' into 'master'
Update postgres Docker tag to v14 See merge request repos/website!10
This commit is contained in:
commit
7dbc568aee
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ pip:
|
||||||
test_python:
|
test_python:
|
||||||
extends: .python_test_template
|
extends: .python_test_template
|
||||||
services:
|
services:
|
||||||
- postgres:13-alpine
|
- postgres:14-alpine
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
DATABASE_URL: postgres://postgres@postgres/postgres
|
DATABASE_URL: postgres://postgres@postgres/postgres
|
||||||
|
|
|
@ -22,7 +22,7 @@ services:
|
||||||
image: redis:6.0
|
image: redis:6.0
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:13-alpine
|
image: postgres:14-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=website
|
- POSTGRES_PASSWORD=website
|
||||||
- POSTGRES_USER=website
|
- POSTGRES_USER=website
|
||||||
|
|
Loading…
Reference in a new issue