Add production condition retrieval smoke test

This commit is contained in:
2026-08-11 14:58:28 +07:00
parent 59e6ad2d0d
commit 7ebbe1f309
38 changed files with 3752 additions and 121 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
realvuxbaro.me {
reverse_proxy web:3000
redir /grafana /grafana/ 308
handle /grafana/* {
reverse_proxy grafana:3000
}
handle {
reverse_proxy web:3000
}
}