mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* tests/e2e: switch chrome for chromium Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix diff? Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix git diff Signed-off-by: Jens Langhammer <jens@goauthentik.io> * cleanup shadow dom getter Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
16 lines
366 B
YAML
16 lines
366 B
YAML
services:
|
|
chromium:
|
|
image: docker.io/selenium/standalone-chromium:141.0
|
|
shm_size: 2g
|
|
network_mode: host
|
|
restart: always
|
|
mailpit:
|
|
image: docker.io/axllent/mailpit:v1.27.10
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
|
|
interval: 5s
|
|
start_period: 1s
|