diff --git a/docker-compose.yml b/docker-compose.yml index 896ed11..aeab00f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,11 +15,6 @@ services: - LAPI_MACHINE_ID=${LAPI_MACHINE_ID} - LAPI_MACHINE_PASSWORD=${LAPI_MACHINE_PASSWORD} - TRUSTED_PROXY_HOPS=1 - healthcheck: - test: ["CMD", "python", "-c", "import urllib.request,sys; sys.exit(0 if urllib.request.urlopen('http://127.0.0.1:8000/healthz', timeout=3).status==200 else 1)"] - interval: 60s - timeout: 5s - retries: 3 labels: - "traefik.enable=true" - "traefik.http.routers.crowdsec-admin.rule=Host(`crowdsec.domverse-berlin.eu`)"