mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: Windmill Caddyfile
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user