Add initial infrastructure configuration

This commit is contained in:
2026-05-20 10:45:05 +02:00
parent 0277e29d63
commit eb8d75442e
3 changed files with 58 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
:80 {
handle_path /git/* {
reverse_proxy gitea:3000
}
handle_path /registry/* {
reverse_proxy registry:5000
}
respond /health "AppFactory OK" 200
}