chore(deps): update zabbix to v7.4.7 (#4000)
This commit is contained in:
parent
248100f08e
commit
30e809d130
|
|
@ -14,7 +14,7 @@ services:
|
|||
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
|
||||
- ZBX_JAVAGATEWAY=zabbix-java-gateway
|
||||
image: zabbix/zabbix-server-mysql:7.4.6-alpine
|
||||
image: zabbix/zabbix-server-mysql:7.4.7-alpine
|
||||
depends_on:
|
||||
- zabbix-java-gateway
|
||||
- mysql-server
|
||||
|
|
@ -47,7 +47,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
image: zabbix/zabbix-java-gateway:7.4.6-alpine
|
||||
image: zabbix/zabbix-java-gateway:7.4.7-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ services:
|
|||
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
image: zabbix/zabbix-web-nginx-mysql:7.4.6-alpine
|
||||
image: zabbix/zabbix-web-nginx-mysql:7.4.7-alpine
|
||||
depends_on:
|
||||
- zabbix-server-mysql
|
||||
- mysql-server
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
zabbix-server-pgsql:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: zabbix/zabbix-server-pgsql:7.4.6-alpine
|
||||
image: zabbix/zabbix-server-pgsql:7.4.7-alpine
|
||||
environment:
|
||||
- DB_SERVER_HOST=${PANEL_DB_HOST}
|
||||
- POSTGRES_USER=${PANEL_DB_USER}
|
||||
|
|
@ -21,7 +21,7 @@ services:
|
|||
|
||||
zabbix-snmptraps:
|
||||
container_name: ${CONTAINER_NAME}-snmptraps
|
||||
image: zabbix/zabbix-snmptraps:7.4.6-alpine
|
||||
image: zabbix/zabbix-snmptraps:7.4.7-alpine
|
||||
volumes:
|
||||
- ./data/snmptraps:/var/lib/zabbix/snmptraps:rw
|
||||
- ./data/mibs:/usr/share/snmp/mibs:ro
|
||||
|
|
@ -35,7 +35,7 @@ services:
|
|||
|
||||
zabbix-web-nginx-pgsql:
|
||||
container_name: ${CONTAINER_NAME}-nginx
|
||||
image: zabbix/zabbix-web-nginx-pgsql:7.4.6-alpine
|
||||
image: zabbix/zabbix-web-nginx-pgsql:7.4.7-alpine
|
||||
environment:
|
||||
- ZBX_SERVER_HOST=zabbix-server-pgsql
|
||||
- DB_SERVER_HOST=${PANEL_DB_HOST}
|
||||
|
|
@ -13,7 +13,7 @@ services:
|
|||
- MYSQL_USER=${PANEL_DB_USER}
|
||||
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||
- ZBX_JAVAGATEWAY=zabbix-java-gateway
|
||||
image: zabbix/zabbix-server-mysql:7.4.6-alpine
|
||||
image: zabbix/zabbix-server-mysql:7.4.7-alpine
|
||||
depends_on:
|
||||
- zabbix-java-gateway
|
||||
labels:
|
||||
|
|
@ -24,7 +24,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
image: zabbix/zabbix-java-gateway:7.4.6-alpine
|
||||
image: zabbix/zabbix-java-gateway:7.4.7-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ services:
|
|||
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
image: zabbix/zabbix-web-nginx-mysql:7.4.6-alpine
|
||||
image: zabbix/zabbix-web-nginx-mysql:7.4.7-alpine
|
||||
depends_on:
|
||||
- zabbix-server-mysql
|
||||
labels:
|
||||
Loading…
Reference in New Issue