mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
fix redis in ci
This commit is contained in:
parent
1b5a100bc7
commit
745160adfe
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ db:
|
||||||
#───┘ Redis configuration └─────────────────────────────────────
|
#───┘ Redis configuration └─────────────────────────────────────
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: redis
|
||||||
port: 6379
|
port: 6379
|
||||||
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
|
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
|
||||||
#pass: example-pass
|
#pass: example-pass
|
||||||
|
|
|
@ -24,8 +24,6 @@ matrix:
|
||||||
- 19.2.0
|
- 19.2.0
|
||||||
DATABASE:
|
DATABASE:
|
||||||
- 12
|
- 12
|
||||||
- 13
|
|
||||||
- 14
|
|
||||||
- latest
|
- latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -33,6 +31,8 @@ services:
|
||||||
image: postgres:${DATABASE}
|
image: postgres:${DATABASE}
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=test
|
- POSTGRES_PASSWORD=test
|
||||||
|
redis:
|
||||||
|
image: redis
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
include: [ master, develop, feature/* ]
|
include: [ master, develop, feature/* ]
|
||||||
|
|
Loading…
Reference in a new issue