mirror of
https://github.com/goauthentik/authentik.git
synced 2026-08-31 03:01:38 -07:00
Bumps axllent/mailpit from v1.30.7 to v1.31.0. --- updated-dependencies: - dependency-name: axllent/mailpit dependency-version: v1.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
697 B
YAML
25 lines
697 B
YAML
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
|