imbytecat 8b7e7a3f85
All checks were successful
Template Cleanup / Template Cleanup (push) Has been skipped
convert to template
2024-09-04 11:36:03 +08:00

20 lines
413 B
YAML

services:
onvif-agent:
build: .
environment:
ZBX_HOSTNAME: ONVIF
ZBX_SERVER_HOST: server
ZBX_SERVER_PORT: 10051
volumes:
- ./log:/var/log/zabbixagent2plugintemplate
- ./config.yaml:/etc/zabbixagent2plugintemplate/config.yaml
ports:
- "8080:8080"
networks:
- zabbix-network
restart: unless-stopped
networks:
zabbix-network:
external: true