Skip to content

Commit 59151f7

Browse files
author
Artem
committed
pass envs to docker-compose for local builds also
1 parent 4c444e3 commit 59151f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/e2e/docker.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
env_file:
4343
- ./.env
4444
environment:
45-
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
45+
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT0
4646
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
4747
volumes:
4848
- rihomedir:/data

tests/e2e/local.web.docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ services:
4545
build:
4646
context: ./../../
4747
dockerfile: Dockerfile
48+
environment:
49+
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT0
50+
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
4851
volumes:
4952
- .redisinsight-app:/root/.redisinsight-app
5053
- ./test-data/certs:/root/certs

0 commit comments

Comments
 (0)