Docker
This commit is contained in:
10
Pottery-website/Caddyfile
Normal file
10
Pottery-website/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user