mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Define Redis host for github actions
This commit is contained in:
parent
1d64f1474a
commit
1c676defd6
1
.github/workflows/parallel.yml
vendored
1
.github/workflows/parallel.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
DB_USERNAME: root
|
||||
DB_PASSWORD: ninja
|
||||
DB_HOST: '127.0.0.1'
|
||||
REDIS_HOST: redis
|
||||
REDIS_PORT: 6379
|
||||
BROADCAST_DRIVER: log
|
||||
CACHE_DRIVER: redis
|
||||
|
Loading…
x
Reference in New Issue
Block a user