fix: improve imageUrl handling in Recipe model to avoid null or empty values
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
:{$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
|
||||
|
||||
Reference in New Issue
Block a user