This commit is contained in:
ladislav.dusa
2024-11-23 21:59:17 +01:00
parent 6f09f28d66
commit 1a9cb4dcc9
3 changed files with 28 additions and 0 deletions

28
zabbix-server/.env Normal file
View File

@ -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