fix redis in ci
This commit is contained in:
parent
20eee1f83c
commit
5bbf30bc71
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ db:
|
|||
#───┘ Redis configuration └─────────────────────────────────────
|
||||
|
||||
redis:
|
||||
host: localhost
|
||||
host: redis
|
||||
port: 6379
|
||||
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
|
||||
#pass: example-pass
|
||||
|
|
|
@ -24,8 +24,6 @@ matrix:
|
|||
- 19.2.0
|
||||
DATABASE:
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- latest
|
||||
|
||||
services:
|
||||
|
@ -33,6 +31,8 @@ services:
|
|||
image: postgres:${DATABASE}
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=test
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
branches:
|
||||
include: [ master, develop, feature/* ]
|
||||
|
|
Loading…
Reference in a new issue