We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0421367 commit c3943a2Copy full SHA for c3943a2
stepup/docker-compose.yml
@@ -47,6 +47,21 @@ services:
47
profiles:
48
- "smoketest"
49
50
+ chrome:
51
+ image: alpeware/chrome-headless-trunk
52
+ ports:
53
+ - 9222:9222
54
+ environment:
55
+ - CHROME_OPTS=--ignore-certificate-errors --window-size=1920,1080 --ignore-ssl-errors
56
+ volumes:
57
+ - /tmp/chromedata/:/data
58
+ networks:
59
+ openconextdev:
60
+ aliases:
61
+ - chrome.dev.openconext.local
62
+ profiles:
63
+ - "smoketest"
64
+
65
webauthn:
66
image: ghcr.io/openconext/stepup-webauthn/stepup-webauthn:${STEPUP_VERSION:-prod}
67
ports:
0 commit comments