First of all the docker works great and I commend your work! Sorry for my noob question.
I've been having issues trying to run apache server along side the nginx docker. It looks like I need to run a reverse proxy to get them to work together. It seems like misago docker already has nginx reverse proxy, correct? Is it possible to change the setup so that it can provide a reverse proxy for apache with SSL support?
Or would it be easier to ditch apache and run my other site in a nginx docker as well? How would I go about doing that? Thanks