We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e05d75 commit 95752b2Copy full SHA for 95752b2
1 file changed
stepup/docker-compose.yml
@@ -57,6 +57,21 @@ services:
57
profiles:
58
- "smoketest"
59
60
+ chrome:
61
+ image: "lscr.io/linuxserver/chromium:latest"
62
+ ports:
63
+ - "9222:9222"
64
+ environment:
65
+ CHROME_CLI: "--remote-debugging-port=9222 --window-size=1920,1080 --ignore-certificate-errors --ignore-ssl-errors"
66
+ volumes:
67
+ - "/tmp/chromedata/:/data"
68
+ networks:
69
+ openconextdev:
70
+ aliases:
71
+ - "chrome.dev.openconext.local"
72
+ profiles:
73
+ - "smoketest"
74
+
75
webauthn:
76
image: ghcr.io/openconext/stepup-webauthn/stepup-webauthn:${STEPUP_VERSION:-prod}
77
ports:
0 commit comments