mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 17:23:48 +01:00
13 lines
233 B
YAML
13 lines
233 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
selenium:
|
||
|
image: "${WEBDRIVER_IMAGE}:${WEBDRIVER_IMAGE_TAG}"
|
||
|
restart: "${RESTART_POLICY}"
|
||
|
profiles:
|
||
|
- full
|
||
|
- all
|
||
|
shm_size: "2gb"
|
||
|
networks:
|
||
|
zbx_tools_frontend:
|
||
|
aliases:
|
||
|
- webdriver
|