Address PR feedback

This commit is contained in:
Seamus Johnston 2022-09-26 10:42:19 -05:00
parent 2f9e16194e
commit cbf39aa3c3
No known key found for this signature in database
GPG key ID: 2F21225985069105
3 changed files with 7 additions and 11 deletions

View file

@ -10,6 +10,10 @@ services:
- db
working_dir: /app
entrypoint: python /app/docker_entrypoint.py
deploy:
restart_policy:
condition: on-failure
max_attempts: 5
environment:
# Send stdout and stderr straight to the terminal without buffering
- PYTHONUNBUFFERED=yup