mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
disable health check for netdata
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user