Add coolify.managed flag to proxy configuration

This commit is contained in:
Andras Bacsai 2024-02-16 23:17:29 +01:00
parent 7d6bd10cca
commit 4c24631795

View File

@ -103,6 +103,7 @@ function generate_default_proxy_configuration(Server $server)
"traefik.http.routers.traefik.entrypoints=http",
"traefik.http.routers.traefik.service=api@internal",
"traefik.http.services.traefik.loadbalancer.server.port=8080",
"coolify.managed=true",
];
$config = [
"version" => "3.8",