Fix tests for redis
This commit is contained in:
parent
1c23616e47
commit
1ccf36a82d
|
@ -59,9 +59,13 @@ env:
|
||||||
# rabbitmq old variables
|
# rabbitmq old variables
|
||||||
- config: rabbitmq-old.yml
|
- config: rabbitmq-old.yml
|
||||||
|
|
||||||
# redis
|
# redis with community edition
|
||||||
- config: redis.yml
|
- config: redis.yml
|
||||||
|
|
||||||
|
# redis with integraion edition
|
||||||
|
- config: redis.yml
|
||||||
|
PRODUCT_NAME: documentserver-ie
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ services:
|
||||||
container_name: onlyoffice-documentserver
|
container_name: onlyoffice-documentserver
|
||||||
build:
|
build:
|
||||||
context: ../.
|
context: ../.
|
||||||
|
args:
|
||||||
|
- PRODUCT_NAME=${PRODUCT_NAME:-documentserver}
|
||||||
environment:
|
environment:
|
||||||
- REDIS_SERVER_HOST=${REDIS_SERVER_HOST:-onlyoffice-redis}
|
- REDIS_SERVER_HOST=${REDIS_SERVER_HOST:-onlyoffice-redis}
|
||||||
- REDIS_SERVER_PORT=${REDIS_SERVER_PORT:-6379}
|
- REDIS_SERVER_PORT=${REDIS_SERVER_PORT:-6379}
|
||||||
|
|
Loading…
Reference in a new issue