mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 21:07:50 +00:00
fix: docker-compose project name in dev on nightly
Project name was incorrectly set to "tutor_dev" instead of "tutor_nightly_dev".
This commit is contained in:
parent
eb47a5870a
commit
a074ff34c7
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
|
- [Bugfix] Fix docker-compose project name in development on nightly branch.
|
||||||
- 💥[Bugfix] No longer track the Tutor version number in resource labels (and label selectors, which breaks the update of Deployment resources), but instead do so in resource annotations.
|
- 💥[Bugfix] No longer track the Tutor version number in resource labels (and label selectors, which breaks the update of Deployment resources), but instead do so in resource annotations.
|
||||||
- [Bugfix] Make it possible for plugins to implement the "caddyfile" patch without relying on the "port" local variable.
|
- [Bugfix] Make it possible for plugins to implement the "caddyfile" patch without relying on the "port" local variable.
|
||||||
- 💥[Improvement] Move the Open edX forum to a [dedicated plugin](https://github.com/overhangio/tutor-forum/) (#450).
|
- 💥[Improvement] Move the Open edX forum to a [dedicated plugin](https://github.com/overhangio/tutor-forum/) (#450).
|
||||||
|
@ -22,7 +22,7 @@ PREVIEW_LMS_HOST: "preview.{{ LMS_HOST }}"
|
|||||||
CONTACT_EMAIL: "contact@{{ LMS_HOST }}"
|
CONTACT_EMAIL: "contact@{{ LMS_HOST }}"
|
||||||
OPENEDX_AWS_ACCESS_KEY: ""
|
OPENEDX_AWS_ACCESS_KEY: ""
|
||||||
OPENEDX_AWS_SECRET_ACCESS_KEY: ""
|
OPENEDX_AWS_SECRET_ACCESS_KEY: ""
|
||||||
DEV_PROJECT_NAME: "tutor_dev"
|
DEV_PROJECT_NAME: "{{ TUTOR_APP }}_dev"
|
||||||
DOCKER_REGISTRY: "docker.io/"
|
DOCKER_REGISTRY: "docker.io/"
|
||||||
DOCKER_IMAGE_OPENEDX: "{{ DOCKER_REGISTRY }}overhangio/openedx:{{ TUTOR_VERSION }}"
|
DOCKER_IMAGE_OPENEDX: "{{ DOCKER_REGISTRY }}overhangio/openedx:{{ TUTOR_VERSION }}"
|
||||||
DOCKER_IMAGE_OPENEDX_DEV: "openedx-dev"
|
DOCKER_IMAGE_OPENEDX_DEV: "openedx-dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user