First version

This commit is contained in:
2024-12-16 16:35:12 +01:00
commit 69bc5698bd
52 changed files with 5598 additions and 0 deletions

16
Caddyfile Normal file
View File

@ -0,0 +1,16 @@
:8080 {
encode zstd gzip
handle_path /static/* {
file_server {
root /static
}
}
# handle_path /api/* {
# reverse_proxy backend:8000
# }
reverse_proxy /admin/* backend:8000
reverse_proxy frontend:3000
}