I wish to create a Wordpress and Discourse website. I am currently building a docker-compose file and about to test it out. Currently, it contains an NginX+Let’s Encrypt container, a MySQL container, and a Wordpress container.
I am a little inexperienced with this, so any help is appreciated.
I am using the Nginx container to create the WordPress site, with Discourse being on a subdomain. I haven’t don’t this before but I don’t think it will be difficult.
If I am using this let’s encrypt container, should I bother with let’s encrypt with the Discourse container?
Can anyone provide anyone example of a discourse install in docker-compose? It seems like Discourse requires a little more manual setup.