zabbix-web
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
d354d08f02
commit
2f07253316
|
@ -420,7 +420,22 @@ services:
|
|||
MYSQL_PASSWORD: ${ZABBIX_MYSQL_PASSWORD}
|
||||
networks:
|
||||
- appnet
|
||||
|
||||
zabbix-web:
|
||||
deploy:
|
||||
placement:
|
||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: zabbix/zabbix-web-nginx-mysql
|
||||
networks:
|
||||
- appnet
|
||||
environment:
|
||||
DB_SERVER_HOST: zabbix-mariadb
|
||||
MYSQL_USER: zabbix
|
||||
MYSQL_PASSWORD: ${ZABBIX_MYSQL_PASSWORD}
|
||||
ZBX_SERVER_HOST: zabbix-server
|
||||
PHP_TZ: Europe/London
|
||||
# The backend guacamole server.
|
||||
guacd:
|
||||
deploy:
|
||||
|
|
Reference in New Issue