Add initial infrastructure configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
:80 {
|
||||
handle_path /git/* {
|
||||
reverse_proxy gitea:3000
|
||||
}
|
||||
|
||||
handle_path /registry/* {
|
||||
reverse_proxy registry:5000
|
||||
}
|
||||
|
||||
respond /health "AppFactory OK" 200
|
||||
}
|
||||
Reference in New Issue
Block a user