We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89b8a commit 0c7cb07Copy full SHA for 0c7cb07
1 file changed
docker-compose.yml
@@ -46,14 +46,13 @@ services:
46
healthcheck:
47
test: "curl -f localhost:8000/admin/"
48
volumes:
49
- - ./logs/django:/usr/src/app/logs:z
50
- - ./seed/:/usr/src/app/backend/problem/data:z
+ - ./logs/django:/usr/src/app/logs
+ - ./seed/:/usr/src/app/backend/problem/data
51
command: >
52
gunicorn langpro_annotator.wsgi:application
53
-w 4
54
-b 0.0.0.0:8000
55
--timeout 600
56
- --log-level debug
57
--access-logfile /usr/src/app/logs/access_log
58
--error-logfile /usr/src/app/logs/error_log
59
--capture-output
0 commit comments