tutor-discovery/tutordiscovery/patches/local-docker-compose-dev-services
Régis Behmo 67b1672560 Custom development settings
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.
2020-01-08 20:50:09 +01:00

4 lines
149 B
Plaintext

discovery:
environment:
DJANGO_SETTINGS_MODULE: course_discovery.settings.tutor.development
command: ./manage.py runserver 0.0.0.0:8000