mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 09:13:50 +01:00
19 lines
338 B
YAML
19 lines
338 B
YAML
services:
|
|
selenium:
|
|
image: "${WEBDRIVER_IMAGE}:${WEBDRIVER_IMAGE_TAG}"
|
|
restart: "${RESTART_POLICY}"
|
|
attach: false
|
|
scale: 4
|
|
profiles:
|
|
- full
|
|
- all
|
|
shm_size: "2gb"
|
|
env_file:
|
|
- path: ${ENV_VARS_DIRECTORY}/.env_selenium
|
|
required: false
|
|
networks:
|
|
tools_frontend:
|
|
aliases:
|
|
- webdriver
|
|
- selenium
|