fix backend dockerfile, Caddyfile, and email controller

This commit is contained in:
sam 2024-12-11 01:48:07 +01:00
parent a9ccc12671
commit 7f8e72e857
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 5 additions and 5 deletions

View file

@ -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
}