mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
Bumps axllent/mailpit from v1.29.5 to v1.29.6. --- updated-dependencies: - dependency-name: axllent/mailpit dependency-version: v1.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
507 B
YAML
22 lines
507 B
YAML
services:
|
|
chromium:
|
|
image: ghcr.io/goauthentik/selenium:145.0-ak-0.40.5
|
|
shm_size: 2g
|
|
network_mode: host
|
|
restart: always
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
labels:
|
|
- io.goauthentik.tests=selenium
|
|
profiles:
|
|
- selenium
|
|
mailpit:
|
|
image: docker.io/axllent/mailpit:v1.29.6
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
|
|
interval: 5s
|
|
start_period: 1s
|