We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c444e3 commit 59151f7Copy full SHA for 59151f7
tests/e2e/docker.web.docker-compose.yml
@@ -42,7 +42,7 @@ services:
42
env_file:
43
- ./.env
44
environment:
45
- RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
+ RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT0
46
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
47
volumes:
48
- rihomedir:/data
tests/e2e/local.web.docker-compose.yml
@@ -45,6 +45,9 @@ services:
build:
context: ./../../
dockerfile: Dockerfile
+ environment:
49
50
+ RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
51
52
- .redisinsight-app:/root/.redisinsight-app
53
- ./test-data/certs:/root/certs
0 commit comments