fix backend dockerfile, Caddyfile, and email controller
This commit is contained in:
parent
a9ccc12671
commit
7f8e72e857
3 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Frontend and API
|
||||
http://localhost:80 {
|
||||
http://:80 {
|
||||
reverse_proxy /api/* http://rate:5003
|
||||
reverse_proxy http://frontend:3000
|
||||
}
|
||||
|
||||
# prns.cc (profile URL shortener)
|
||||
http://localhost:81 {
|
||||
http://:81 {
|
||||
rewrite * /sid{uri}
|
||||
reverse_proxy http://backend:5000
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue