How to disable HTTPS compression (BREACH vulnerability)

I have made a prototype using Meteor for internal use in my company and this works great from a local Windows PC.
To get better reliability, I wanted to host the application in a Docker container on the corporate infrastructure.
This also required a security scan which revealed the BREACH vulnerability.
As I only have max 20 users, the easiest way seams to disable HTTP compression.
I read that Meteor enables Compression automatically in production (not on dev), but how do I disable it for production as well?