\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
14 lines
339 B
JSON
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'"
|
|
} |