We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9097b52 commit 89994c5Copy full SHA for 89994c5
1 file changed
Caddyfile
@@ -0,0 +1,31 @@
1
+{
2
+ admin off
3
+ auto_https off
4
+}
5
+
6
+ui.localhost:80 {
7
+ handle /api/v1/* {
8
+ reverse_proxy backend:1323
9
+ }
10
+ handle {
11
+ reverse_proxy ui:80
12
13
14
15
+dashboard.localhost:80 {
16
17
18
19
20
+ reverse_proxy dashboard:80
21
22
23
24
+localhost:80 {
25
26
27
28
29
30
31
0 commit comments