Skip to content

Commit

Permalink
Update the timeout for gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Jan 29, 2025
1 parent 4ecefda commit 9eb2096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
backend:
image: ghcr.io/visdesignlab/django-image:5.0-v0.1.1
image: ghcr.io/visdesignlab/django-image:5.0-v0.1.4
volumes:
- ./backend:/app:Z
env_file:
Expand All @@ -9,6 +9,7 @@ services:
- "8000:8000"
depends_on:
- mariadb
entrypoint: ["/bin/sh", "-c", "GUNICORN_TIMEOUT=120 /entrypoint.sh"]

mariadb:
image: mariadb:10
Expand Down

0 comments on commit 9eb2096

Please sign in to comment.