Skip to content

Commit 95752b2

Browse files
committed
Revert "ok, turns out we don't use the chrome container at all...."
This reverts commit 5735794.
1 parent 3e05d75 commit 95752b2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

stepup/docker-compose.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ services:
5757
profiles:
5858
- "smoketest"
5959

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+
6075
webauthn:
6176
image: ghcr.io/openconext/stepup-webauthn/stepup-webauthn:${STEPUP_VERSION:-prod}
6277
ports:

0 commit comments

Comments
 (0)