diff --git a/apps/dokploy/templates/windmill/docker-compose.yml b/apps/dokploy/templates/windmill/docker-compose.yml index aeebfe64..aea5d183 100644 --- a/apps/dokploy/templates/windmill/docker-compose.yml +++ b/apps/dokploy/templates/windmill/docker-compose.yml @@ -93,7 +93,7 @@ services: networks: - dokploy-network volumes: - - ./files/config/Caddyfile:/etc/caddy/Caddyfile + - ../files/stacks/windmill:/etc/caddy environment: - BASE_URL=":80" depends_on: diff --git a/apps/dokploy/templates/windmill/index.ts b/apps/dokploy/templates/windmill/index.ts index 75f7e3f9..2e0a0a9f 100644 --- a/apps/dokploy/templates/windmill/index.ts +++ b/apps/dokploy/templates/windmill/index.ts @@ -26,7 +26,7 @@ export function generate(schema: Schema): Template { const mounts: Template["mounts"] = [ { - filePath: "files/config/Caddyfile", + filePath: "files/stacks/windmill/Caddyfile", content: `{$BASE_URL} { bind {$ADDRESS} reverse_proxy /ws/* http://lsp:3001