Files
authentik/tests/e2e/compose.yml
T
2026-06-17 13:54:36 +02:00

24 lines
553 B
YAML

services:
chromium:
image: ghcr.io/goauthentik/selenium:148.0-ak-0.44.3
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.30.2
ports:
- 1025:1025
- 8025:8025
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
interval: 5s
start_period: 1s