I want to install ghost (again), this time using docker compose (I used to run it with node in debian, but it was always complicated). The problem is that I have more websites running on that server (moodle, wordpress, etc) and I’m using apache. I read other websites that said that caddy could not run on another ports, that it’s need 80 and 443 but those are used by apache. I have other stuff with docker too. Is it possible to map caddy ports 81:80 or 444:443)?
Or could I use an apache reverse proxy commenting the caddy stuff on the compose.yml?
Assigning port 81 and 444 to Caddy will work from a technical perspective, but it will not have the desired results. Port 80 and 443 are standard ports for HTTP and HTTPS connections.
I’s still fighting to make ActivityPub to work in this environment. I suppose I have to add some other proxy in Apache to port 8080, but I don’t understand which type of configuration should I add to route to the path on the server