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

43 lines
1.1 KiB
YAML
Raw Normal View History

2019-04-25 19:52:25 +02:00
---
eidastest_compose:
2021-05-27 16:28:31 +02:00
version: "3"
2019-04-25 19:52:25 +02:00
services:
2021-05-27 16:19:33 +02:00
firefox:
image: seleniarm/standalone-firefox:4.10.0
2021-05-27 16:19:33 +02:00
container_name: standalone-firefox
shm_size: 2gb
2020-11-26 16:32:07 +01:00
volumes:
- /dev/shm:/dev/shm
2021-05-27 16:19:33 +02:00
- ./supervise_firefox_processes.sh:/scripts/supervise_firefox_processes.sh
2019-04-25 19:52:25 +02:00
ports:
2021-05-27 16:19:33 +02:00
- "4445:4444"
2019-04-25 19:52:25 +02:00
environment:
2020-11-26 16:32:07 +01:00
- START_XVFB=false
2021-05-27 16:19:33 +02:00
- DBUS_SESSION_BUS_ADDRESS=/dev/null
2020-11-26 16:32:07 +01:00
- NODE_MAX_SESSION=4
- NODE_MAX_INSTANCES=4
restart: on-failure
2019-04-25 19:52:25 +02:00
eidastest-testid:
image: docker.sunet.se/eidastest-testid:2.2.1
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:
2021-05-27 16:19:33 +02:00
- firefox
restart: on-failure
2021-04-16 16:39:38 +02:00
scheduler1:
image: mcuadros/ofelia:latest
2021-05-27 16:19:33 +02:00
container_name: supvervising_standalone-firefox
2021-04-16 16:39:38 +02:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config.ini:/etc/ofelia/config.ini
depends_on:
2021-05-27 16:19:33 +02:00
- firefox