Files
authentik/tests/e2e/docker-compose.yml
T
dependabot[bot] d7cf0179f5 core: bump axllent/mailpit from v1.27.11 to v1.28.0 in /tests/e2e (#18401)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-27 13:42:14 +01:00

16 lines
365 B
YAML

services:
chromium:
image: docker.io/selenium/standalone-chromium:142.0
shm_size: 2g
network_mode: host
restart: always
mailpit:
image: docker.io/axllent/mailpit:v1.28.0
ports:
- 1025:1025
- 8025:8025
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
interval: 5s
start_period: 1s