mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-18 12:29:42 +02:00
Fixed 4.4 release tag in YAML files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-server-mysql:alpine-4.4-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@@ -66,7 +66,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-4.4-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@@ -117,7 +117,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-4.4-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@@ -170,7 +170,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-web-apache-mysql:
|
||||
image: zabbix/zabbix-web-apache-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-web-apache-mysql:alpine-4.4-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -224,7 +224,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-web-nginx-mysql:
|
||||
image: zabbix/zabbix-web-nginx-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-mysql:alpine-4.4-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@@ -278,7 +278,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:alpine-4.2-latest
|
||||
image: zabbix/zabbix-agent:alpine-4.4-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@@ -318,7 +318,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:alpine-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:alpine-4.4-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
deploy:
|
||||
@@ -345,7 +345,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:alpine-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:alpine-4.4-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-pgsql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-server-pgsql:alpine-4.4-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@@ -65,7 +65,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-4.4-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@@ -116,7 +116,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-4.4-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@@ -173,7 +173,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-web-apache-pgsql:
|
||||
image: zabbix/zabbix-web-apache-pgsql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-web-apache-pgsql:alpine-4.4-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -227,7 +227,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-web-nginx-pgsql:
|
||||
image: zabbix/zabbix-web-nginx-pgsql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-pgsql:alpine-4.4-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@@ -281,7 +281,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:alpine-4.2-latest
|
||||
image: zabbix/zabbix-agent:alpine-4.4-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@@ -321,7 +321,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:alpine-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:alpine-4.4-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
deploy:
|
||||
@@ -348,7 +348,7 @@ services:
|
||||
com.zabbix.os: "alpine"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:alpine-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:alpine-4.4-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-mysql:centos-4.2-latest
|
||||
image: zabbix/zabbix-server-mysql:centos-4.4-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@@ -66,7 +66,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-4.4-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@@ -117,7 +117,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:centos-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:centos-4.4-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@@ -170,7 +170,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-apache-mysql:
|
||||
image: zabbix/zabbix-web-apache-mysql:centos-4.2-latest
|
||||
image: zabbix/zabbix-web-apache-mysql:centos-4.4-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -224,7 +224,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-nginx-mysql:
|
||||
image: zabbix/zabbix-web-nginx-mysql:centos-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-mysql:centos-4.4-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@@ -278,7 +278,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:centos-4.2-latest
|
||||
image: zabbix/zabbix-agent:centos-4.4-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@@ -318,7 +318,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:centos-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:centos-4.4-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
deploy:
|
||||
@@ -345,7 +345,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:centos-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:centos-4.4-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-pgsql:centos-4.2-latest
|
||||
image: zabbix/zabbix-server-pgsql:centos-4.4-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@@ -65,7 +65,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:centos-4.4-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@@ -116,7 +116,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:centos-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:centos-4.4-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@@ -173,7 +173,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-apache-pgsql:
|
||||
image: zabbix/zabbix-web-apache-pgsql:centos-4.2-latest
|
||||
image: zabbix/zabbix-web-apache-pgsql:centos-4.4-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -227,7 +227,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-web-nginx-pgsql:
|
||||
image: zabbix/zabbix-web-nginx-pgsql:centos-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-pgsql:centos-4.4-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@@ -281,7 +281,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:centos-4.2-latest
|
||||
image: zabbix/zabbix-agent:centos-4.4-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@@ -321,7 +321,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:centos-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:centos-4.4-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
deploy:
|
||||
@@ -348,7 +348,7 @@ services:
|
||||
com.zabbix.os: "centos"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:centos-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:centos-4.4-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-mysql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-server-mysql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@@ -65,7 +65,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@@ -115,7 +115,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@@ -167,7 +167,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-web-apache-mysql:
|
||||
image: zabbix/zabbix-web-apache-mysql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-web-apache-mysql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -220,7 +220,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-web-nginx-mysql:
|
||||
image: zabbix/zabbix-web-nginx-mysql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-mysql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@@ -273,7 +273,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-agent:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@@ -312,7 +312,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
deploy:
|
||||
@@ -339,7 +339,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-pgsql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-server-pgsql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10051:10051"
|
||||
volumes:
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-proxy-sqlite3:
|
||||
image: zabbix/zabbix-proxy-sqlite3:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10061:10051"
|
||||
volumes:
|
||||
@@ -114,7 +114,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-proxy-mysql:
|
||||
image: zabbix/zabbix-proxy-mysql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10071:10051"
|
||||
volumes:
|
||||
@@ -170,7 +170,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-web-apache-pgsql:
|
||||
image: zabbix/zabbix-web-apache-pgsql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-web-apache-pgsql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -223,7 +223,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-web-nginx-pgsql:
|
||||
image: zabbix/zabbix-web-nginx-pgsql:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-pgsql:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "8081:80"
|
||||
- "8443:443"
|
||||
@@ -276,7 +276,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-agent:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10050:10050"
|
||||
volumes:
|
||||
@@ -315,7 +315,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-java-gateway:
|
||||
image: zabbix/zabbix-java-gateway:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "10052:10052"
|
||||
deploy:
|
||||
@@ -342,7 +342,7 @@ services:
|
||||
com.zabbix.os: "ubuntu"
|
||||
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-4.4-latest
|
||||
ports:
|
||||
- "162:162/udp"
|
||||
volumes:
|
||||
|
@@ -148,7 +148,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-web
|
||||
image: zabbix/zabbix-web-nginx-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-web-nginx-mysql:alpine-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
@@ -282,7 +282,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-server
|
||||
image: zabbix/zabbix-server-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-server-mysql:alpine-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10051
|
||||
@@ -331,7 +331,7 @@ spec:
|
||||
mountPath: /var/lib/zabbix/snmptraps/
|
||||
readOnly: true
|
||||
- name: zabbix-snmptraps
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-4.2-latest
|
||||
image: zabbix/zabbix-snmptraps:ubuntu-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 162
|
||||
@@ -364,7 +364,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-proxy-sqlite3
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-4.2-latest
|
||||
image: zabbix/zabbix-proxy-sqlite3:alpine-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10051
|
||||
@@ -396,7 +396,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-proxy-mysql
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-4.2-latest
|
||||
image: zabbix/zabbix-proxy-mysql:alpine-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10051
|
||||
@@ -439,7 +439,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-java-gateway
|
||||
image: zabbix/zabbix-java-gateway:alpine-4.2-latest
|
||||
image: zabbix/zabbix-java-gateway:alpine-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 10052
|
||||
@@ -470,7 +470,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: zabbix-agent
|
||||
image: zabbix/zabbix-agent:alpine-4.2-latest
|
||||
image: zabbix/zabbix-agent:alpine-4.4-latest
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
|
Reference in New Issue
Block a user