This commit is contained in:
2026-03-23 19:14:25 -05:00
parent 92676e652a
commit 58ac75e51b
11 changed files with 202 additions and 20 deletions

10
Pottery-website/Caddyfile Normal file
View File

@@ -0,0 +1,10 @@
{$SITE_HOST:localhost} {
encode zstd gzip
@api path /api/* /health
reverse_proxy @api backend:5000
root * /srv
try_files {path} /index.html
file_server
}