2025-09-05 15:44:29 +12:00
|
|
|
http://127.0.0.1:1235 {
|
2025-03-12 12:32:15 -07:00
|
|
|
route /static/* {
|
|
|
|
uri strip_prefix /static
|
|
|
|
file_server {
|
|
|
|
root ./asklyphe-auth-frontend/static
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2025-09-05 15:44:29 +12:00
|
|
|
reverse_proxy http://auth-frontend:5843
|
2025-03-12 12:32:15 -07:00
|
|
|
}
|
|
|
|
|
2025-09-05 15:44:29 +12:00
|
|
|
http://127.0.0.1:1234 {
|
2025-03-12 12:32:15 -07:00
|
|
|
route /static/* {
|
|
|
|
uri strip_prefix /static
|
|
|
|
file_server {
|
|
|
|
root ./asklyphe-frontend/static
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2025-09-05 15:44:29 +12:00
|
|
|
reverse_proxy http://frontend:5842
|
2025-03-12 12:32:15 -07:00
|
|
|
}
|