fix: remove unused image handling in Caddyfile and ensure recipe images are served correctly

This commit is contained in:
Nils-Johan Gynther
2026-04-22 10:34:06 +02:00
parent 33eb5fbdb2
commit f11364b73e
2 changed files with 2 additions and 5 deletions
-5
View File
@@ -1,11 +1,6 @@
:{$PORT:5000} {
root * /usr/share/caddy
# Recipe images are stored in a shared volume and served by the Next service.
handle /images/* {
reverse_proxy recipe-frontend:3000
}
# Proxy API calls to backend service on the internal Docker network.
handle /api/* {
reverse_proxy recipe-api:8080