mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
15 lines
250 B
YAML
15 lines
250 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
|
|
- selenium
|