mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
9508ac62ce
* tests/e2e: fix proxxy tests failing due to in-use port * correctly update providers once container is created Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix connectivity test Signed-off-by: Jens Langhammer <jens@goauthentik.io> * idk man Signed-off-by: Jens Langhammer <jens@goauthentik.io> * hmm Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix duplicate port? Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Revert "fix connectivity test" This reverts commite531c650ad. * Revert "correctly update providers once container is created" This reverts commitcda9684db7. Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # tests/e2e/test_provider_proxy.py * Revert "tests/e2e: fix proxxy tests failing due to in-use port" This reverts commitd224b54f52. * remove debug --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
24 lines
553 B
YAML
24 lines
553 B
YAML
services:
|
|
chromium:
|
|
image: ghcr.io/goauthentik/selenium:148.0-ak-0.43.1
|
|
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.30.0
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
|
|
interval: 5s
|
|
start_period: 1s
|