feat: display containers using the volume

This commit is contained in:
Nicolas Meienberger
2025-09-27 10:16:23 +02:00
parent 481eb13a44
commit 592a8f52b7
10 changed files with 353 additions and 45 deletions

View File

@@ -11,6 +11,7 @@
"@ironmount/schemas": "workspace:*",
"@scalar/hono-api-reference": "^0.9.13",
"arktype": "^2.1.20",
"dockerode": "^4.0.8",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"hono": "^4.9.2",
@@ -22,6 +23,7 @@
},
"devDependencies": {
"@types/bun": "^1.2.20",
"@types/dockerode": "^3.3.44",
"drizzle-kit": "^0.31.4"
}
}