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/e2e/docker-compose.yml

15 lines
283 B
YAML
Raw Normal View History

2020-05-28 22:45:56 +00:00
version: '3.7'
services:
hub:
image: dosel/zalenium
command: start
ports:
- 4444:4444
environment:
PULL_SELENIUM_IMAGE: 'true'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/videos:/home/seluser/videos
privileged: true