In general, it should be easier to debug discovery in development mode, with the docker-compose service now running the "runserver" command. It is now possible to debug the discovery service by mounting the host repo.
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
discovery:
|
|
environment:
|
|
DJANGO_SETTINGS_MODULE: course_discovery.settings.tutor.development
|
|
command: ./manage.py runserver 0.0.0.0:8000 |