Nginx ports configuration in RasaX

Hello

In Rasa X 0.28.3 the ports in Nginx are now configured as ports: - “80:8080” - “443:8443”

Since we have another server that works as reverse proxy we would like to change this configuration to ports: - “8080:8080” - “8443:8443” But it is not possible to use docker-compose.override for that as ports are merged rather than replaced. So we have to do this modification in docker-compose. It would be nice to have these ports configurable.

Version: Rasa X 0.28.3