I have asked a question earlier today about how to have multiple instances in a single server and what are the ideal configurations I need for the new server.
After hours of researching I have decided to use the dedicated server I already have in FastComet. The reason behind this decision is simply it has got a E5-2680 v3 @ 2.50GHz + 16gb of ram where I have installed few WordPress sites and it’s barely breaking a sweat.
My server is managed so I can have FastComet guys install the packages I want. What are the possibility to run discourse instances in this server? Is it possible to install docker containers on a optimized server for WordPress with nginx without having issues in the future?
I have already sent this guide to FastComet team. Technical team will reach out to me and let me know if there’s any issues, otherwise I will surely breakdown the process into parts and publish a guide here so other users can save themselves from spending hours and hours figuring out what to do.
Temos o Discourse instalado em um servidor virtual (com Docker, claro).
Tenho uma instalação simples do WordPress em outro servidor (com outro subdomínio), mas gostaria de movê-la para o servidor do Discourse.
Gostaria de instalar um container Docker com WordPress e Nginx.
Mas não tenho certeza de como fazer isso depois de ler todos os posts mencionados aqui.
Aqui, a solução envolve instalar o Nginx fora do Docker e configurar um site para o WordPress e outro para o Discourse, encaminhando as requisições do Discourse por meio de um pipe.
Se entendi bem, é isso que @Cameron_D diz.
Não seria mais lento usar um pipe para comunicar o Nginx com a instalação do Discourse?
Mas você precisaria ajustar a configuração do Discourse.
Existe a opção de usar o Docker para instalar outro container WordPress+Nginx, semelhante à instalação do Discourse?
Suponho que o nível de isolamento que o Docker proporciona seria bom para evitar problemas de segurança.