Skip to content

Commit

Permalink
debug-docker-attach
Browse files Browse the repository at this point in the history
This PR enables the use of pytho ndebugger within a dockerized context
  • Loading branch information
peppelinux committed Jul 18, 2024
1 parent fcca9de commit 494dff1
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: true # enables PDB when attach to the compose
tty: true # 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 494dff1

Please sign in to comment.