Skip to content

Commit 4c444e3

Browse files
author
Artem
committed
pass envs to docker-compose
1 parent 14e5c90 commit 4c444e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ services:
4141
image: riv2:latest
4242
env_file:
4343
- ./.env
44+
environment:
45+
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
46+
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
4447
volumes:
4548
- rihomedir:/data
4649
- tmp:/tmp

0 commit comments

Comments
 (0)