6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-10 15:20:56 +00:00
tutor/tutor/templates/local
Régis Behmo d5a790d5d0 refactor: get rid of the openedx Docker entrypoint
The entrypoint in the "openedx" Docker image was used only to define the
DJANGO_SETTINGS_MODULE environment variable, based on SERVICE_VARIANT and
SETTINGS. We ditch SETTINGS in favour of defining explicitely
DJANGO_SETTINGS_MODULE.

The problem with the Docker entrypoint is that it was bypassed whenever we ran
`tutor local exec` or `tutor k8s exec`. By removing it we make it simpler for
end-users to run manage.py commands in kubernetes.
2022-04-15 15:37:56 +02:00
..
docker-compose.jobs.yml refactor: get rid of the openedx Docker entrypoint 2022-04-15 15:37:56 +02:00
docker-compose.prod.yml fix: enable plugins to implement the "caddyfile" patch 2021-12-20 21:19:10 +01:00
docker-compose.yml refactor: get rid of the openedx Docker entrypoint 2022-04-15 15:37:56 +02:00