Supported Proxy
Coolify supports Traefik
(default) and Caddy
(experimental) proxies.
Switch between proxies
Since beta.237
, we have added support for Caddy and Traefik as proxies. You can switch between them at any time.
Before you switch proxies and if you have an application that was created before beta.237
, you need to make sure of the following:
- You must have
caddy_*
ortraefik_*
labels on your resources.
Tip
If you don't have caddy_*
or traefik_*
labels:
- Automatically: A restart of your resource will add the missing labels.
- Manually:
For Applications
: click on theReset to Coolify Default Labels
button.For Services
: simply save the service - it will automatically add required labels.
- You need to restart your service so that the new labels will be applied.