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
+2
View File
@@ -12,6 +12,8 @@ services:
PORT: "5000"
ports:
- "5000:5000"
volumes:
- recipe_images:/usr/share/caddy/images
depends_on:
recipe-api:
condition: service_healthy