Traefik and Apache2 in Code-server
Dear Developers,
I am new. Currently I am developing coder-server for the team.
I refer to the coder-server setup from docker-compose at https://github.com/coder/coder/blob/main/docker-compose.yaml.
In the above setup, apache2 is used. Could I replace apche2 with Traefik? Or use both together?
Regards,
Ben.Ng
3 Replies
<#1270230336210604153>
Category
Feature request
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Hi. I don't see where you are seeing apache2?
You can use any reverse proxy to expose Coder to network/internet
Thank sir