use mapping in caddyfile
All checks were successful
/ build (push) Successful in 57s

This commit is contained in:
fred 2026-01-30 10:12:33 -08:00
parent bd451c6cbb
commit 7258d283ed

View file

@ -1,7 +1,7 @@
:80 {
# Backend
handle /api/* {
reverse_proxy recipes_backend:3000
reverse_proxy backend:3000
}
# Frontend