tutor-xqueue/tutorxqueue/patches/local-docker-compose-dev-services
Kyle McCormick dff318bd2e feat: open stdin & allocate tty on dev services
This ensures that services started with `tutor dev start`
are as capable for breakpoint debugging, et al, as services
started with `tutor dev runserver` are. We plan to remove
`tutor dev runserver`.
2022-04-21 14:46:00 +02:00

8 lines
88 B
Plaintext

xqueue:
stdin_open: true
tty: true
xqueue-consumer:
stdin_open: true
tty: true