fix(compose): correct indentation for volumes section in recipe-frontend service

This commit is contained in:
Nils-Johan Gynther
2026-04-18 09:47:59 +02:00
parent c4807afc29
commit e55d45c2bf
+2 -1
View File
@@ -14,7 +14,8 @@ services:
NEXT_PUBLIC_API_URL: "${NEXT_PUBLIC_API_URL}" NEXT_PUBLIC_API_URL: "${NEXT_PUBLIC_API_URL}"
NEXT_PUBLIC_API_URL_INTERNAL: "http://recipe-api:8080" NEXT_PUBLIC_API_URL_INTERNAL: "http://recipe-api:8080"
AUTH_SECRET: "${AUTH_SECRET}" AUTH_SECRET: "${AUTH_SECRET}"
AUTH_URL: "${NEXT_PUBLIC_APP_URL}" volumes: AUTH_URL: "${NEXT_PUBLIC_APP_URL}"
volumes:
- recipe_images:/app/public/images - recipe_images:/app/public/images
depends_on: depends_on:
recipe-api: recipe-api: