Skip to content

Commit

Permalink
debug-docker-attach (#143)
Browse files Browse the repository at this point in the history
* debug-docker-attach

This PR enables the use of pytho ndebugger within a dockerized context

* Apply suggestions from code review
  • Loading branch information
peppelinux authored Jul 22, 2024
1 parent fcca9de commit a7e245d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ services:
container_name: satosa-saml2spid
depends_on:
- satosa-mongo
stdin_open: ${SATOSA_DEBUG:-false} # enables PDB when attach to the compose
tty: ${SATOSA_DEBUG:-false} # enables PDB when attach to the compose
environment:
- SATOSA_BY_DOCKER=1
- GET_IDEM_MDQ_KEY=${GET_IDEM_MDQ_KEY:-true}
Expand Down

0 comments on commit a7e245d

Please sign in to comment.