This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/reallysimpleguy on 2023-07-04 04:28:24+00:00.
Context:
I want to self-host Nextcloud, Bitwarden, a Wordpress site, and eventually, some API servers and DBs.
While it is easy to set them up alone, I get lost when I try to do the whole multi container things. Let alone exposing them to the internet.
Probably I’m drowning in a glass of water here. That’s why I ask for help.
I already have my domains. I have a EC2 instance, and also a SBC that I plan on eventually use to replace the EC2 instance.
What is the proper way to set up this?
Do I need to use NGINX/reverse proxy to expose Docker? Or can I do that with Docker by itself?
I wouls like that some services are accessed trough the same domain, different end point. On the other hand, I want the WP site to use a separate domain address.
Please help me. I probably dont know what Im even looking for.