mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
0afbe0bd75
Bumps selenium/standalone-chrome from 140.0 to 141.0. --- updated-dependencies: - dependency-name: selenium/standalone-chrome dependency-version: '141.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
410 B
YAML
18 lines
410 B
YAML
services:
|
|
chrome:
|
|
platform: linux/x86_64
|
|
image: docker.io/selenium/standalone-chrome:141.0
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|
|
restart: always
|
|
mailpit:
|
|
image: docker.io/axllent/mailpit:v1.27.9
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
|
|
interval: 5s
|
|
start_period: 1s
|