added-nagios
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
ac240c561b
commit
d663d82381
|
@ -312,6 +312,16 @@ services:
|
||||||
- guacamole-postgresql-data:/var/lib/postgresql/data
|
- guacamole-postgresql-data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
nagios:
|
||||||
|
image: jasonrivers/nagios:latest
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints: [node.labels.com.sigyl.git-stack-data == yes]
|
||||||
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
networks:
|
||||||
|
- appnet
|
||||||
matomo:
|
matomo:
|
||||||
image: matomo:fpm-alpine
|
image: matomo:fpm-alpine
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Reference in New Issue