authentik/e2e/docker-compose.yml

33 lines
671 B
YAML
Raw Normal View History

2020-05-28 23:45:56 +01: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
postgresql:
image: postgres:11
restart: always
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: passbook
redis:
image: redis
restart: always
passbook:
image: beryju/passbook
command: /bin/bash -c "sleep infinity"
volumes:
- ../:/testing
environment:
PASSBOOK_ENV: docker
user: root
working_dir: /testing