12 lines
161 B
Text
12 lines
161 B
Text
|
|
{$DEV_HOST:localhost}:443 {
|
||
|
|
tls internal
|
||
|
|
|
||
|
|
handle /api/* {
|
||
|
|
reverse_proxy app:5001
|
||
|
|
}
|
||
|
|
|
||
|
|
handle {
|
||
|
|
reverse_proxy frontend:5173
|
||
|
|
}
|
||
|
|
}
|