Docker – Nginx reverse proxy to jBPM Business-Central doesn't work as expected
So my setup is simple. I'm using docker compose to spin up a DB, jBPM and a reverse proxy Nginx service so I can add custom domain and TLS to the equation here. Docker-compose.yml version: '3.8' services: mysql: image: mysql:5.7…