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