imbytecat b90db27e15
All checks were successful
Template Cleanup / Template Cleanup (push) Has been skipped
rename
2024-09-04 11:44:42 +08:00

20 lines
428 B
YAML

services:
zabbixagent2plugintemplate:
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