fix: cms settings in development

See:
https://discuss.overhang.io/t/lms-and-cms-containers-both-run-lms-in-v13-2-0-dev/2693/2
This commit is contained in:
Régis Behmo 2022-04-25 12:49:55 +02:00
parent 5eec11f70b
commit 75ed5b4609
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Fix] CMS settings in development.
## v13.2.0 (2022-04-24)
- [Improvement] Add the `COMPOSE_PROJECT_STARTED` action and run `dev stop` on `local start` (and vice versa).

View File

@ -43,7 +43,7 @@ services:
<<: *openedx-service
command: ./manage.py cms runserver 0.0.0.0:8000
environment:
DJANGO_SETTINGS_MODULE: lms.envs.tutor.development
DJANGO_SETTINGS_MODULE: cms.envs.tutor.development
ports:
- "8001:8000"