We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f03d6 commit ec0e9e0Copy full SHA for ec0e9e0
1 file changed
docker-compose.yml
@@ -47,11 +47,13 @@ services:
47
test: "curl -f localhost:8000/admin/"
48
volumes:
49
- ./logs/django:/usr/src/app/logs
50
+ - ./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