mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
More config for redis
This commit is contained in:
parent
5101be1f6c
commit
83f6bc15f6
3
.github/workflows/parallel.yml
vendored
3
.github/workflows/parallel.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- 6379/tcp
|
- 6379/6379
|
||||||
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -89,6 +89,7 @@ jobs:
|
|||||||
- name: Copy .env
|
- name: Copy .env
|
||||||
run: |
|
run: |
|
||||||
cp .env.ci .env
|
cp .env.ci .env
|
||||||
|
sed -i 's/REDIS_HOST=127.0.0.1/REDIS_HOST=redis/g' .env
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user