fix: remove unused image handling in Caddyfile and ensure recipe images are served correctly
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
PORT: "5000"
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- recipe_images:/usr/share/caddy/images
|
||||
depends_on:
|
||||
recipe-api:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user