vscode debugging options
This commit is contained in:
parent
b39d607d85
commit
325e2f1ee9
5 changed files with 155 additions and 3 deletions
9
.vscode/docker-compose.debug.yml
vendored
Normal file
9
.vscode/docker-compose.debug.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
worktracker:
|
||||
entrypoint:
|
||||
- /bin/sh
|
||||
- -c
|
||||
command:
|
||||
- while sleep 1000; do :; done
|
||||
healthcheck:
|
||||
disable: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue