mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
fix redis in ci
This commit is contained in:
parent
1b5a100bc7
commit
745160adfe
@ -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 New Issue
Block a user