disable health check for netdata
This commit is contained in:
parent
0c280074f3
commit
4731878dbf
1 changed files with 4 additions and 4 deletions
|
@ -32,6 +32,8 @@ services:
|
|||
- traefik.http.routers.netdata.middlewares=auth
|
||||
- traefik.http.middlewares.auth.basicauth.users=${BASIC_AUTH}
|
||||
- traefik.http.services.netdata.loadbalancer.server.port=19999
|
||||
healthcheck:
|
||||
disable: true
|
||||
docker-proxy:
|
||||
image: tecnativa/docker-socket-proxy
|
||||
container_name: docker-proxy
|
||||
|
@ -41,8 +43,6 @@ services:
|
|||
- CONTAINERS=1
|
||||
networks:
|
||||
- srv
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
volumes:
|
||||
netdataconfig:
|
||||
|
|
Loading…
Add table
Reference in a new issue