mirror of
https://github.com/moudsen/mailGraph
synced 2025-05-09 21:14:27 +02:00
14 lines
380 B
YAML
14 lines
380 B
YAML
version: '2.1'
|
|
|
|
services:
|
|
webhook:
|
|
image: hoppa66/zabbix-mailgraph:latest
|
|
restart: ${RESTART_POLICY}
|
|
hostname: mailgraph
|
|
ports:
|
|
- "9080:80"
|
|
volumes:
|
|
- /opt/Zabbix-mailGraph/apache.log:/var/log/apache2:rw
|
|
- /opt/Zabbix-mailGraph/config:/var/www/site/public/config:ro
|
|
- /opt/Zabbix-mailGraph/templates:/var/www/site/public/templates:ro
|