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