added docker items for db

This commit is contained in:
2025-02-12 10:50:06 +11:00
parent 140e1db769
commit df8f43ba5a
4 changed files with 268 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Docker Exec', link: '/docker/exec-into-container' },
{ text: 'Local DB (MSSQL)', link: '/docker/local-db-mssql' },
{ text: 'Local DB (PostgreSQL)', link: '/docker/local-db-pg' },
]
},
{