add docker container

This commit is contained in:
2025-03-19 10:19:19 +08:00
parent b8b73ba6f2
commit 4eb69ca8f1
5 changed files with 54 additions and 2 deletions

11
src/files/Caddyfile Normal file
View File

@@ -0,0 +1,11 @@
:80 {
# Compress responses according to Accept-Encoding headers
encode gzip zstd
root * /etc/caddy/html/
try_files {path} /index.html
# Serve everything else from the file system
file_server
}