Files
TSYSDevStack/ToolboxStack/output/toolbox-DocStack/.devcontainer/devcontainer.json
ReachableCEO ab57e3a3a1 feat: Update toolbox-base and template with latest Docker configurations and documentation
\n- Updated Dockerfiles in both toolbox-base and toolbox-template
- Modified build scripts and docker-compose configurations
- Added new audit tools and documentation files
- Created new toolbox-DocStack and toolbox-QADocker implementations
- Updated README and maintenance documentation
2025-10-31 12:46:36 -05:00

14 lines
339 B
JSON

{
"name": "TSYSDevStack toolbox-DocStack",
"dockerComposeFile": [
"../docker-compose.yml"
],
"service": "toolbox-DocStack",
"workspaceFolder": "/workspace",
"remoteUser": "toolbox",
"runServices": [
"toolbox-DocStack"
],
"overrideCommand": false,
"postCreateCommand": "zsh -lc 'starship --version >/dev/null'"
}