This commit is contained in:
2026-04-14 16:27:47 +08:00
commit 4b38a4c952
134 changed files with 7478 additions and 0 deletions

13
.devcontainer/README.md Normal file
View File

@@ -0,0 +1,13 @@
# VS Code Docker Dev
This repository provides two VS Code Dev Container modes:
- `external`: connect to externally managed PostgreSQL and Redis
- `internal`: create PostgreSQL and Redis inside the dev environment
Open the wanted config in VS Code:
- `.devcontainer/external/devcontainer.json`
- `.devcontainer/internal/devcontainer.json`
Both modes mount the repository into `/workspaces/K12study`.