mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 19:29:51 +02:00
test
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
# Zabbix global
|
||||||
|
# ZBX_DEBUGLEVEL=3
|
||||||
|
|
||||||
|
# Database
|
||||||
|
MYSQL_PASSWORD=zabbix
|
||||||
|
MYSQL_USER=zabbix
|
||||||
|
MYSQL_ROOT_PASSWORD=rootpwd
|
||||||
|
|
||||||
|
POSTGRES_PASSWORD=zabbix
|
||||||
|
POSTGRES_USER=zabbix
|
||||||
|
POSTGRES_DB=zabbix
|
||||||
|
|
||||||
|
# Zabbix server
|
||||||
|
# all env variables https://hub.docker.com/r/zabbix/zabbix-server-mysql
|
||||||
|
DB_SERVER_HOST=db-server
|
||||||
|
ZBX_SERVER_HOST=zabbix-server
|
||||||
|
ZBX_SSO_SP_KEY=/usr/share/zabbix/conf/certs/sp.key
|
||||||
|
ZBX_SSO_SP_CERT=/usr/share/zabbix/conf/certs/sp.crt
|
||||||
|
ZBX_SSO_IDP_CERT=/usr/share/zabbix/conf/certs/idp.crt
|
||||||
|
# Zabbix frontend
|
||||||
|
# all env variable https://hub.docker.com/r/zabbix/zabbix-web-nginx-mysql
|
||||||
|
ZBX_SSO_SP_KEY=/usr/share/zabbix/conf/certs/sp.key
|
||||||
|
ZBX_SSO_SP_CERT=/usr/share/zabbix/conf/certs/sp.crt
|
||||||
|
ZBX_SSO_IDP_CERT=/usr/share/zabbix/conf/certs/idp.crt:wq
|
||||||
|
|
||||||
|
### Zabbix agent ###
|
||||||
|
# all env variable https://hub.docker.com/r/zabbix/zabbix-agent2
|
||||||
|
|
||||||
Reference in New Issue
Block a user