Add caddyfile and emergency docker-compose
Some checks failed
Portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-08 12:56:54 +01:00
parent 9f7c4dbb2e
commit b7443eb21a
3 changed files with 17 additions and 1 deletions

11
Caddyfile Normal file
View File

@@ -0,0 +1,11 @@
:80 {
root * /usr/share/caddy
file_server
# No cache, always update
header {
Cache-Control "no-cache, no-store, must-revalidate"
Pragma "no-cache"
Expires "0"
}
}