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: