diff --git a/dash/src/components/applications/app-info.tsx b/dash/src/components/applications/app-info.tsx
index 9063705..f54f717 100644
--- a/dash/src/components/applications/app-info.tsx
+++ b/dash/src/components/applications/app-info.tsx
@@ -265,6 +265,73 @@ export const AppInfo = ({ app, latestCommit }: Props) => {
)}
>
+ ) : app.appType === 'compose' ? (
+ <>
+ Not connected
{latestCommit.message}
+ )} ++ The directory containing your docker-compose.yml file +
+{app.description}
+