eid-ops/eidastest-1.qa.sveidas.se/overlay/etc/hiera/data/local.yaml

44 lines
1.1 KiB
YAML
Raw Normal View History

2019-04-25 19:52:25 +02:00
---
eidastest_compose:
version: "3"
services:
2020-11-26 16:32:07 +01:00
chrome:
image: selenium/standalone-chrome:3.141.59-20200719
container_name: standalone-chrome
volumes:
- /dev/shm:/dev/shm
- ./supervise_chrome_processes.sh:/scripts/supervise_chrome_processes.sh
2019-04-25 19:52:25 +02:00
ports:
- "4444:4444"
environment:
2020-11-26 16:32:07 +01:00
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- START_XVFB=false
- NODE_MAX_SESSION=4
- NODE_MAX_INSTANCES=4
logging:
driver: none
restart: on-failure
2019-04-25 19:52:25 +02:00
eidastest-testid:
2021-03-29 11:30:36 +02:00
image: docker.sunet.se/eidastest-testid:2.0.6
2019-04-25 19:52:25 +02:00
container_name: eidastest-testid
ports:
2019-04-25 20:09:19 +02:00
- "443:8099"
2019-04-25 19:52:25 +02:00
environment:
- CERTNAME=eidastest-1.qa.sveidas.se
volumes:
- "/etc/ssl:/etc/ssl"
2020-11-26 16:33:29 +01:00
- /dev/shm:/dev/shm
2019-04-25 19:52:25 +02:00
depends_on:
- chrome
restart: on-failure
2021-04-16 16:39:38 +02:00
scheduler1:
image: mcuadros/ofelia:latest
container_name: supvervising_standalone-chrome
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config.ini:/etc/ofelia/config.ini
depends_on:
- chrome