Conversation
4f4265c to
01f2f1d
Compare
…it (rabbit,minio etc)
… in docker-compose.yml, make minio console work
|
I'm pretty sure Caddy can do this. Why force nginx? Caddy works really well especially for the SSL cert renewals. Can also easily customize Caddy to restrict some of the admin pages (rabbit, django, etc) to certain subnets. |
While Caddy can do some of the new features in this PR, the main problem is that Caddy can only handle HTTP(S) connections. We can not use it to re-route AMQP connections for Rabbit. However, we are also discussing internally about removing Caddy from the docker compose since it's not really related to Codabench, allowing people to use whatever reverse proxy they want to use, and giving an example configuration of what could be used. |
A brief description of the purpose of the changes contained in this PR.
Manual Intervention
There are some new environment variable that will be needed in the .env file
If your
DOMAIN_NAMEcontains : you will need to remove it.For example,
localhost:80becomeslocalhostChecklist