Skip to content

Commit 3ed63fb

Browse files
committed
fix for env variables
1 parent bf167ac commit 3ed63fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ services:
3939
logging:
4040
driver: none
4141
image: riv2:latest
42-
environment:
43-
RI_ENCRYPTION_KEY: $E2E_RI_ENCRYPTION_KEY
4442
env_file:
4543
- ./.env
4644
environment:
45+
RI_ENCRYPTION_KEY: $E2E_RI_ENCRYPTION_KEY
4746
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
4847
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
4948
volumes:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
context: ./../../
4747
dockerfile: Dockerfile
4848
environment:
49+
RI_ENCRYPTION_KEY: $E2E_RI_ENCRYPTION_KEY
4950
RI_SERVER_TLS_CERT: $RI_SERVER_TLS_CERT
5051
RI_SERVER_TLS_KEY: $RI_SERVER_TLS_KEY
5152
volumes:

0 commit comments

Comments
 (0)