Adding docker and caddy files

This commit is contained in:
Christopher Sanden
2026-03-29 15:25:18 +02:00
committed by Chris
parent ba0a5f1b6e
commit a4f23a17f0
4 changed files with 70 additions and 0 deletions

3
Caddyfile Normal file
View File

@@ -0,0 +1,3 @@
:80 {
reverse_proxy web:8080
}