From e9dd607e750c4892d815153b8deb94c752a0b931 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 23 Jun 2022 15:34:20 +0200 Subject: [PATCH] [scrutiny] Remove unnecessary environment variables --- scrutiny/docker-compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/scrutiny/docker-compose.yaml b/scrutiny/docker-compose.yaml index 95fe62a..59bee99 100644 --- a/scrutiny/docker-compose.yaml +++ b/scrutiny/docker-compose.yaml @@ -11,8 +11,6 @@ services: environment: - TZ=Europe/Berlin - SCRUTINY_API_ENDPOINT=http://localhost:8080 - - SCRUTINY_WEB=true - - SCRUTINY_COLLECTOR=true - GIN_MODE=release volumes: - scrutiny_config:/opt/scrutiny/config