Skip to content

Commit

Permalink
fix guniconr timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Dec 20, 2023
1 parent 493eb17 commit f03bc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
web:
image: ${ARGOS_DOCKER_IMAGE:?err}
command: bash -c "while !</dev/tcp/db/5432; do sleep 1; done; cd argos && gunicorn argos.wsgi:application --bind 0.0.0.0:8000"
command: bash -c "while !</dev/tcp/db/5432; do sleep 1; done; cd argos && gunicorn argos.wsgi:application --bind 0.0.0.0:8000 --timeout 500"
container_name: argos
volumes:
- .:/argos
Expand Down

0 comments on commit f03bc65

Please sign in to comment.