mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
Address PR feedback
This commit is contained in:
parent
2f9e16194e
commit
cbf39aa3c3
3 changed files with 7 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue