From e55d45c2bf15447c88c4047e517685ad9e262ceb Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Sat, 18 Apr 2026 09:47:59 +0200 Subject: [PATCH] fix(compose): correct indentation for volumes section in recipe-frontend service --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index edcbbfce..11451824 100644 --- a/compose.yml +++ b/compose.yml @@ -14,7 +14,8 @@ services: NEXT_PUBLIC_API_URL: "${NEXT_PUBLIC_API_URL}" NEXT_PUBLIC_API_URL_INTERNAL: "http://recipe-api:8080" AUTH_SECRET: "${AUTH_SECRET}" - AUTH_URL: "${NEXT_PUBLIC_APP_URL}" volumes: + AUTH_URL: "${NEXT_PUBLIC_APP_URL}" + volumes: - recipe_images:/app/public/images depends_on: recipe-api: