Update postgres Docker tag to v14
This commit is contained in:
parent
03cb761749
commit
38445787c3
|
@ -138,7 +138,7 @@ eslint:
|
||||||
.test_api:
|
.test_api:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
services:
|
services:
|
||||||
- postgres:11
|
- postgres:14
|
||||||
- redis:6
|
- redis:6
|
||||||
stage: test
|
stage: test
|
||||||
cache:
|
cache:
|
||||||
|
@ -214,7 +214,7 @@ build_docs:
|
||||||
stage: build
|
stage: build
|
||||||
image: $CI_REGISTRY/funkwhale/backend-test-docker:latest
|
image: $CI_REGISTRY/funkwhale/backend-test-docker:latest
|
||||||
services:
|
services:
|
||||||
- postgres:11
|
- postgres:14
|
||||||
- redis:6
|
- redis:6
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
||||||
image: postgres:11
|
image: postgres:14
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data
|
- ./data/postgres:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue