Add devcontainer support for production-parity debugging
This commit is contained in:
parent
762361a21b
commit
89cfa50519
5 changed files with 46 additions and 8 deletions
11
.devcontainer/docker-compose_extend.yml
Normal file
11
.devcontainer/docker-compose_extend.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
web:
|
||||
volumes:
|
||||
- .:/workspace:cached
|
||||
- ./seed:/seed:ro
|
||||
- ./src/pkmntrade_club:/app/lib/python3.12/site-packages/pkmntrade_club:cached
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
command: /bin/sh -c "while sleep 1000; do :; done"
|
||||
Loading…
Add table
Add a link
Reference in a new issue