Added v3 compose files

This commit is contained in:
root 2018-02-20 06:44:19 -08:00
parent cd441102d4
commit 8af278c2cc
6 changed files with 48 additions and 48 deletions

View File

@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-mysql:alpine-latest
image: zabbix/zabbix-server-mysql:alpine-trunk
ports:
- "10051:10051"
volumes:
@ -62,7 +62,7 @@ services:
com.zabbix.os: "alpine"
zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:alpine-latest
image: zabbix/zabbix-proxy-sqlite3:alpine-trunk
ports:
- "10061:10051"
volumes:
@ -113,7 +113,7 @@ services:
com.zabbix.os: "alpine"
zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:alpine-latest
image: zabbix/zabbix-proxy-mysql:alpine-trunk
ports:
- "10071:10051"
volumes:
@ -166,7 +166,7 @@ services:
com.zabbix.os: "alpine"
zabbix-web-apache-mysql:
image: zabbix/zabbix-web-apache-mysql:alpine-latest
image: zabbix/zabbix-web-apache-mysql:alpine-trunk
ports:
- "80:80"
- "443:443"
@ -217,7 +217,7 @@ services:
com.zabbix.os: "alpine"
zabbix-web-nginx-mysql:
image: zabbix/zabbix-web-nginx-mysql:alpine-latest
image: zabbix/zabbix-web-nginx-mysql:alpine-trunk
ports:
- "8081:80"
- "8443:443"
@ -268,7 +268,7 @@ services:
com.zabbix.os: "alpine"
zabbix-agent:
image: zabbix/zabbix-agent:alpine-latest
image: zabbix/zabbix-agent:alpine-trunk
ports:
- "10050:10050"
volumes:
@ -308,7 +308,7 @@ services:
com.zabbix.os: "alpine"
zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:alpine-latest
image: zabbix/zabbix-java-gateway:alpine-trunk
ports:
- "10052:10052"
deploy:
@ -335,7 +335,7 @@ services:
com.zabbix.os: "alpine"
zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:ubuntu-latest
image: zabbix/zabbix-snmptraps:ubuntu-trunk
ports:
- "162:162/udp"
volumes:

View File

@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-pgsql:alpine-latest
image: zabbix/zabbix-server-pgsql:alpine-trunk
ports:
- "10051:10051"
volumes:
@ -62,7 +62,7 @@ services:
com.zabbix.os: "alpine"
zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:alpine-latest
image: zabbix/zabbix-proxy-sqlite3:alpine-trunk
ports:
- "10061:10051"
volumes:
@ -113,7 +113,7 @@ services:
com.zabbix.os: "alpine"
zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:alpine-latest
image: zabbix/zabbix-proxy-mysql:alpine-trunk
ports:
- "10071:10051"
volumes:
@ -166,7 +166,7 @@ services:
com.zabbix.os: "alpine"
zabbix-web-apache-pgsql:
image: zabbix/zabbix-web-apache-pgsql:alpine-latest
image: zabbix/zabbix-web-apache-pgsql:alpine-trunk
ports:
- "80:80"
- "443:443"
@ -217,7 +217,7 @@ services:
com.zabbix.os: "alpine"
zabbix-web-nginx-pgsql:
image: zabbix/zabbix-web-nginx-pgsql:alpine-latest
image: zabbix/zabbix-web-nginx-pgsql:alpine-trunk
ports:
- "8081:80"
- "8443:443"
@ -268,7 +268,7 @@ services:
com.zabbix.os: "alpine"
zabbix-agent:
image: zabbix/zabbix-agent:alpine-latest
image: zabbix/zabbix-agent:alpine-trunk
ports:
- "10050:10050"
volumes:
@ -308,7 +308,7 @@ services:
com.zabbix.os: "alpine"
zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:alpine-latest
image: zabbix/zabbix-java-gateway:alpine-trunk
ports:
- "10052:10052"
deploy:
@ -335,7 +335,7 @@ services:
com.zabbix.os: "alpine"
zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:ubuntu-latest
image: zabbix/zabbix-snmptraps:ubuntu-trunk
ports:
- "162:162/udp"
volumes:

View File

@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-mysql:centos-latest
image: zabbix/zabbix-server-mysql:centos-trunk
ports:
- "10051:10051"
volumes:
@ -62,7 +62,7 @@ services:
com.zabbix.os: "centos"
zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:centos-latest
image: zabbix/zabbix-proxy-sqlite3:centos-trunk
ports:
- "10061:10051"
volumes:
@ -113,7 +113,7 @@ services:
com.zabbix.os: "centos"
zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:centos-latest
image: zabbix/zabbix-proxy-mysql:centos-trunk
ports:
- "10071:10051"
volumes:
@ -166,7 +166,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-trunk
ports:
- "80:80"
- "443:443"
@ -217,7 +217,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-trunk
ports:
- "8081:80"
- "8443:443"
@ -268,7 +268,7 @@ services:
com.zabbix.os: "centos"
zabbix-agent:
image: zabbix/zabbix-agent:centos-latest
image: zabbix/zabbix-agent:centos-trunk
ports:
- "10050:10050"
volumes:
@ -308,7 +308,7 @@ services:
com.zabbix.os: "centos"
zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:centos-latest
image: zabbix/zabbix-java-gateway:centos-trunk
ports:
- "10052:10052"
deploy:
@ -335,7 +335,7 @@ services:
com.zabbix.os: "centos"
zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:ubuntu-latest
image: zabbix/zabbix-snmptraps:ubuntu-trunk
ports:
- "162:162/udp"
volumes:

View File

@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-pgsql:centos-latest
image: zabbix/zabbix-server-pgsql:centos-trunk
ports:
- "10051:10051"
volumes:
@ -62,7 +62,7 @@ services:
com.zabbix.os: "centos"
zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:centos-latest
image: zabbix/zabbix-proxy-sqlite3:centos-trunk
ports:
- "10061:10051"
volumes:
@ -113,7 +113,7 @@ services:
com.zabbix.os: "centos"
zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:centos-latest
image: zabbix/zabbix-proxy-mysql:centos-trunk
ports:
- "10071:10051"
volumes:
@ -166,7 +166,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-trunk
ports:
- "80:80"
- "443:443"
@ -217,7 +217,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-trunk
ports:
- "8081:80"
- "8443:443"
@ -268,7 +268,7 @@ services:
com.zabbix.os: "centos"
zabbix-agent:
image: zabbix/zabbix-agent:centos-latest
image: zabbix/zabbix-agent:centos-trunk
ports:
- "10050:10050"
volumes:
@ -308,7 +308,7 @@ services:
com.zabbix.os: "centos"
zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:centos-latest
image: zabbix/zabbix-java-gateway:centos-trunk
ports:
- "10052:10052"
deploy:
@ -335,7 +335,7 @@ services:
com.zabbix.os: "centos"
zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:ubuntu-latest
image: zabbix/zabbix-snmptraps:ubuntu-trunk
ports:
- "162:162/udp"
volumes:

View File

@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-mysql:ubuntu-latest
image: zabbix/zabbix-server-mysql:ubuntu-trunk
ports:
- "10051:10051"
volumes:
@ -62,7 +62,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:ubuntu-latest
image: zabbix/zabbix-proxy-sqlite3:ubuntu-trunk
ports:
- "10061:10051"
volumes:
@ -113,7 +113,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:ubuntu-latest
image: zabbix/zabbix-proxy-mysql:ubuntu-trunk
ports:
- "10071:10051"
volumes:
@ -166,7 +166,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-web-apache-mysql:
image: zabbix/zabbix-web-apache-mysql:ubuntu-latest
image: zabbix/zabbix-web-apache-mysql:ubuntu-trunk
ports:
- "80:80"
- "443:443"
@ -217,7 +217,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-web-nginx-mysql:
image: zabbix/zabbix-web-nginx-mysql:ubuntu-latest
image: zabbix/zabbix-web-nginx-mysql:ubuntu-trunk
ports:
- "8081:80"
- "8443:443"
@ -268,7 +268,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-agent:
image: zabbix/zabbix-agent:ubuntu-latest
image: zabbix/zabbix-agent:ubuntu-trunk
ports:
- "10050:10050"
volumes:
@ -308,7 +308,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:ubuntu-latest
image: zabbix/zabbix-java-gateway:ubuntu-trunk
ports:
- "10052:10052"
deploy:
@ -335,7 +335,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:ubuntu-latest
image: zabbix/zabbix-snmptraps:ubuntu-trunk
ports:
- "162:162/udp"
volumes:

View File

@ -1,7 +1,7 @@
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-pgsql:ubuntu-latest
image: zabbix/zabbix-server-pgsql:ubuntu-trunk
ports:
- "10051:10051"
volumes:
@ -62,7 +62,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-proxy-sqlite3:
image: zabbix/zabbix-proxy-sqlite3:ubuntu-latest
image: zabbix/zabbix-proxy-sqlite3:ubuntu-trunk
ports:
- "10061:10051"
volumes:
@ -113,7 +113,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-proxy-mysql:
image: zabbix/zabbix-proxy-mysql:ubuntu-latest
image: zabbix/zabbix-proxy-mysql:ubuntu-trunk
ports:
- "10071:10051"
volumes:
@ -166,7 +166,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-web-apache-pgsql:
image: zabbix/zabbix-web-apache-pgsql:ubuntu-latest
image: zabbix/zabbix-web-apache-pgsql:ubuntu-trunk
ports:
- "80:80"
- "443:443"
@ -217,7 +217,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-web-nginx-pgsql:
image: zabbix/zabbix-web-nginx-pgsql:ubuntu-latest
image: zabbix/zabbix-web-nginx-pgsql:ubuntu-trunk
ports:
- "8081:80"
- "8443:443"
@ -268,7 +268,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-agent:
image: zabbix/zabbix-agent:ubuntu-latest
image: zabbix/zabbix-agent:ubuntu-trunk
ports:
- "10050:10050"
volumes:
@ -308,7 +308,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-java-gateway:
image: zabbix/zabbix-java-gateway:ubuntu-latest
image: zabbix/zabbix-java-gateway:ubuntu-trunk
ports:
- "10052:10052"
deploy:
@ -335,7 +335,7 @@ services:
com.zabbix.os: "ubuntu"
zabbix-snmptraps:
image: zabbix/zabbix-snmptraps:ubuntu-latest
image: zabbix/zabbix-snmptraps:ubuntu-trunk
ports:
- "162:162/udp"
volumes: