mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
58e4fb004b
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:145.0-ak-0.40.3
|
|
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.29.2
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
|
|
interval: 5s
|
|
start_period: 1s
|