mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-05 21:29:17 +01:00
Update compose CentOS files
This commit is contained in:
parent
ff2e320cee
commit
e6c58f04a1
@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-mysql:centos-latest
|
||||
image: zabbix/zabbix-server-mysql:centos-3.0-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@ -43,7 +43,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-3.0-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@ -83,7 +83,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:centos-latest
|
||||
image: zabbix/zabbix-proxy-mysql:centos-3.0-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@ -124,7 +124,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-apache-mysql:
|
||||
image: zabbix/zabbix-web-apache-mysql:centos-latest
|
||||
image: zabbix/zabbix-web-apache-mysql:centos-3.0-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@ -155,7 +155,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-nginx-mysql:
|
||||
image: zabbix/zabbix-web-nginx-mysql:centos-latest
|
||||
image: zabbix/zabbix-web-nginx-mysql:centos-3.0-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@ -186,7 +186,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:centos-latest
|
||||
image: zabbix/zabbix-agent:centos-3.0-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@ -216,7 +216,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:centos-latest
|
||||
image: zabbix/zabbix-java-gateway:centos-3.0-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
env_file:
|
||||
@ -234,7 +234,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-latest
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-3.0-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-pgsql:centos-latest
|
||||
image: zabbix/zabbix-server-pgsql:centos-3.0-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@ -43,7 +43,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-3.0-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@ -83,7 +83,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:centos-latest
|
||||
image: zabbix/zabbix-proxy-mysql:centos-3.0-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@ -124,7 +124,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-apache-pgsql:
|
||||
image: zabbix/zabbix-web-apache-pgsql:centos-latest
|
||||
image: zabbix/zabbix-web-apache-pgsql:centos-3.0-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@ -155,7 +155,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-nginx-pgsql:
|
||||
image: zabbix/zabbix-web-nginx-pgsql:centos-latest
|
||||
image: zabbix/zabbix-web-nginx-pgsql:centos-3.0-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@ -186,7 +186,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:centos-latest
|
||||
image: zabbix/zabbix-agent:centos-3.0-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@ -216,7 +216,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:centos-latest
|
||||
image: zabbix/zabbix-java-gateway:centos-3.0-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
env_file:
|
||||
@ -234,7 +234,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-latest
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-3.0-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user