mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
f5de9eb6c2
core: bump goauthentik/selenium in /tests/e2e Bumps [goauthentik/selenium](https://github.com/SeleniumHQ/docker-selenium) from 144.0-ak-0.35.8 to 144.0-ak-0.35.9. - [Release notes](https://github.com/SeleniumHQ/docker-selenium/releases) - [Commits](https://github.com/SeleniumHQ/docker-selenium/commits) --- updated-dependencies: - dependency-name: goauthentik/selenium dependency-version: 144.0-ak-0.35.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
476 B
YAML
20 lines
476 B
YAML
services:
|
|
chromium:
|
|
image: ghcr.io/goauthentik/selenium:144.0-ak-0.35.9
|
|
shm_size: 2g
|
|
network_mode: host
|
|
restart: always
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
labels:
|
|
- io.goauthentik.tests=selenium
|
|
mailpit:
|
|
image: docker.io/axllent/mailpit:v1.28.4
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
|
|
interval: 5s
|
|
start_period: 1s
|