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 bf167ac commit 3ed63fbCopy full SHA for 3ed63fb
tests/e2e/docker.web.docker-compose.yml
@@ -39,11 +39,10 @@ services:
39
logging:
40
driver: none
41
image: riv2:latest
42
- environment:
43
- RI_ENCRYPTION_KEY: $E2E_RI_ENCRYPTION_KEY
44
env_file:
45
- ./.env
46
environment:
+ RI_ENCRYPTION_KEY: $E2E_RI_ENCRYPTION_KEY
47
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
48
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
49
volumes:
tests/e2e/local.web.docker-compose.yml
@@ -46,6 +46,7 @@ services:
context: ./../../
dockerfile: Dockerfile
50
51
52
0 commit comments