506 B
506 B
zabbix-Dockerfile
Custom Zabbix container image.
This has 2 images, 1 for zabbix_server
, nginx
and php-pfm
based on debian:11-slim
Getting started
- git clone and cd into git dir
- Build zabbix image
docker build -t .
- cd into configdir and configure according to your set up.
docker-compose up -d
To-do
- mount all needed config dirs outside container. (currently only basic configs are there)
- mount scirpt dirs outside container add alert and other custom scripts.