mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-21 20:51:33 +00:00
pass created e2e sa key
This commit is contained in:
parent
e3942a0d9e
commit
a3fb6dba12
@ -5,7 +5,7 @@ ZITADEL_E2E_ORGOWNERVIEWERPW=Password1!
|
||||
ZITADEL_E2E_ORGPROJECTCREATORPW=Password1!
|
||||
ZITADEL_E2E_PASSWORDCOMPLEXITYUSERPW=Password1!
|
||||
ZITADEL_E2E_LOGINPOLICYUSERPW=Password1!
|
||||
ZITADEL_E2E_MACHINEKEYPATH="${projectRoot}/.keys/e2e.json"
|
||||
ZITADEL_E2E_MACHINEKEYPATH="/.keys/e2e.json"
|
||||
ZITADEL_E2E_BASEURL="http://zitadel:8080"
|
||||
ZITADEL_E2E_OTHERZITADELIDPINSTANCE=false
|
||||
ZITADEL_EXTERNALDOMAIN=zitadel
|
||||
|
@ -16,14 +16,15 @@ services:
|
||||
- ./compose.env
|
||||
environment:
|
||||
ZITADEL_DATABASE_HOST: db
|
||||
networks:
|
||||
- 'zitadel'
|
||||
volumes:
|
||||
- ${PWD}/.keys/e2e.json:/.keys/e2e.json
|
||||
depends_on:
|
||||
zitadel:
|
||||
condition: service_started
|
||||
networks:
|
||||
- 'zitadel'
|
||||
# TODO: See PR #3816
|
||||
# condition: 'service_healthy'
|
||||
|
||||
condition: service_started
|
||||
e2e:
|
||||
image: cypress/included:10.3.0
|
||||
#build: ./e2e
|
||||
@ -31,7 +32,11 @@ services:
|
||||
depends_on:
|
||||
e2e-setup:
|
||||
condition: 'service_completed_successfully'
|
||||
env_file:
|
||||
- ./compose.env
|
||||
command: ./cypress.sh run
|
||||
volumes:
|
||||
- ${PWD}/.keys/e2e.json:/.keys/e2e.json
|
||||
# note: inside e2e container, the network allows accessing
|
||||
# "zitadel" host under name "zitadel"
|
||||
# so "curl http://web" would return whatever the webserver
|
||||
@ -50,6 +55,6 @@ services:
|
||||
# rebuild required).
|
||||
working_dir: /e2e
|
||||
volumes:
|
||||
- ./console:/e2e
|
||||
- ./console:/e2e
|
||||
networks:
|
||||
- 'zitadel'
|
||||
- 'zitadel'
|
||||
|
Loading…
x
Reference in New Issue
Block a user