feat: proper frontend passing

This commit is contained in:
h
2026-06-02 01:39:43 +02:00
parent 3aaa3c757f
commit f688530eac
3 changed files with 2 additions and 11 deletions
+1 -10
View File
@@ -13,16 +13,7 @@
}
<DOMAIN> {
@backend path /api/* /mcp/*
handle @backend {
reverse_proxy beavergram-api:8080
}
handle {
root * /srv
try_files {path} /index.html
file_server
}
reverse_proxy beavergram-api:8080
}
dev.<DOMAIN> {
-1
View File
@@ -10,7 +10,6 @@ services:
- caddy
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ../frontend/build:/srv:ro
- caddy_data:/data
env_file:
- .env