This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/tests/e2e/ci.docker-compose.yml
Jens Langhammer a60f6e426f tests: re-add firefox e2e tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-07-29 18:52:59 +02:00

14 lines
284 B
YAML

version: '3.7'
services:
chrome:
image: selenium/standalone-chrome:3.141.59-20210713
volumes:
- /dev/shm:/dev/shm
network_mode: host
firefox:
image: selenium/standalone-firefox:3.141.59-20210713
volumes:
- /dev/shm:/dev/shm
network_mode: host