Setting up Docker-based Discourse instances behind an isolated Nginx reverse proxy server on openSUSE Leap 15.5
Prerequisites and Initial Setup This guide assumes you have two distinct openSUSE Leap 15.5 servers: one dedicated to running Dockerized Discourse and its dependencies (let’s call it discourse-host), and another acting as an isolated Nginx reverse proxy (proxy-host). Both servers should have static IP addresses and be accessible within your internal network. Ensure that discourse-host […]