Zabbix web layer with nginx using oracle database
1.1K
Sample compose file illustrates the Oracle variables for the container. The rest of the variables are from Zabbix official image.
services:
web:
image: mvapper/zabbix-web-nginx-oracle
container_name: web
environment:
DB_SERVER_HOST: 192.168.10.161
ORACLE_USER: zabbix
ORACLE_PASSWORD: zabbix
ORACLE_DATABASE: XE
DB_SERVER_PORT: 1521
ZBX_SERVER_HOST: zabbix
ports:
- 8000:8080
- 4433:8443
Content type
Image
Digest
Size
399.4 MB
Last updated
almost 6 years ago
docker pull mvapper/zabbix-web-nginx-oracle