[scrutiny] Remove unnecessary environment variables

This commit is contained in:
JuliusFreudenberger 2022-06-23 15:34:20 +02:00
parent 700eedef14
commit e9dd607e75

View file

@ -11,8 +11,6 @@ services:
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- SCRUTINY_API_ENDPOINT=http://localhost:8080 - SCRUTINY_API_ENDPOINT=http://localhost:8080
- SCRUTINY_WEB=true
- SCRUTINY_COLLECTOR=true
- GIN_MODE=release - GIN_MODE=release
volumes: volumes:
- scrutiny_config:/opt/scrutiny/config - scrutiny_config:/opt/scrutiny/config