We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcca9de commit a7e245dCopy full SHA for a7e245d
Docker-compose/docker-compose.yml
@@ -61,6 +61,8 @@ services:
61
container_name: satosa-saml2spid
62
depends_on:
63
- satosa-mongo
64
+ stdin_open: ${SATOSA_DEBUG:-false} # enables PDB when attach to the compose
65
+ tty: ${SATOSA_DEBUG:-false} # enables PDB when attach to the compose
66
environment:
67
- SATOSA_BY_DOCKER=1
68
- GET_IDEM_MDQ_KEY=${GET_IDEM_MDQ_KEY:-true}
0 commit comments