Files
authentik/tests/e2e/compose.yml
dependabot[bot] e07c65be1d core: bump axllent/mailpit from v1.30.7 to v1.31.0 in /tests/e2e (#25457)
Bumps axllent/mailpit from v1.30.7 to v1.31.0.

---
updated-dependencies:
- dependency-name: axllent/mailpit
  dependency-version: v1.31.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-25 12:11:33 +01:00

25 lines
697 B
YAML

services:
chromium:
# Needed for API changes. Bump to a real tag when platform > 0.60.1
image: ghcr.io/goauthentik/selenium:150.0-ak-0.60.1@sha256:e2c1b84379b5a0ec21141ea565f823a437c761db6338a03a127c931ee62b241a
shm_size: 2g
network_mode: host
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
labels:
- io.goauthentik.tests=selenium
profiles:
- selenium
environment:
VIDEO_READY_PORT: 9912
mailpit:
image: docker.io/axllent/mailpit:v1.31.0
ports:
- 1025:1025
- 8025:8025
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
interval: 5s
start_period: 1s