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.
Wir haben Discourse auf einem virtuellen Server installiert (natürlich mit Docker).
Ich habe eine einfache WordPress-Installation auf einem anderen Server (mit einer anderen Subdomain), möchte sie aber auf den Discourse-Server verschieben.
Ich würde gerne einen Docker-Container mit WordPress und nginx installieren.
Aber nach dem Lesen aller hier erwähnten Beiträge bin ich mir nicht sicher, wie ich das umsetzen soll.
Hier wird es gelöst, indem nginx außerhalb von Docker installiert wird und eine Site für WordPress sowie eine weitere für Discourse konfiguriert wird, wobei Discourse-Anfragen über eine Pipe weitergeleitet werden.
Wenn ich das richtig verstanden habe, ist das das, was @Cameron_D sagt.
Wird es nicht langsamer, eine Pipe zu verwenden, um nginx mit der Discourse-Installation zu kommunizieren?
Aber man muss die Discourse-Konfiguration anpassen.
Gibt es die Option, Docker zu verwenden, um einen weiteren WordPress+nginx-Container zu installieren, ähnlich wie bei der Discourse-Installation?
Ich nehme an, dass die Isolationsebene, die Docker bietet, gut ist, um Sicherheitsprobleme zu vermeiden.