mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
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:
parent
5eec11f70b
commit
75ed5b4609
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- [Fix] CMS settings in development.
|
||||||
|
|
||||||
## v13.2.0 (2022-04-24)
|
## v13.2.0 (2022-04-24)
|
||||||
|
|
||||||
- [Improvement] Add the `COMPOSE_PROJECT_STARTED` action and run `dev stop` on `local start` (and vice versa).
|
- [Improvement] Add the `COMPOSE_PROJECT_STARTED` action and run `dev stop` on `local start` (and vice versa).
|
||||||
|
@ -43,7 +43,7 @@ services:
|
|||||||
<<: *openedx-service
|
<<: *openedx-service
|
||||||
command: ./manage.py cms runserver 0.0.0.0:8000
|
command: ./manage.py cms runserver 0.0.0.0:8000
|
||||||
environment:
|
environment:
|
||||||
DJANGO_SETTINGS_MODULE: lms.envs.tutor.development
|
DJANGO_SETTINGS_MODULE: cms.envs.tutor.development
|
||||||
ports:
|
ports:
|
||||||
- "8001:8000"
|
- "8001:8000"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user