Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use different config for different envs #4298

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

Ali-D-Akbar
Copy link
Contributor

Fixes local devstack issues by adding the prod config file name.

@Ali-D-Akbar Ali-D-Akbar marked this pull request as ready for review March 22, 2024 14:13
Dockerfile Outdated
@@ -60,6 +60,7 @@ EXPOSE 8381
FROM app as prod

ENV DJANGO_SETTINGS_MODULE "course_discovery.settings.production"
ENV DISCOVERY_CFG "minimal.yml"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this would use minimal settings in prod, which I don't think is what we want.

Copy link
Contributor

@timmc-edx timmc-edx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems about right!

@Ali-D-Akbar Ali-D-Akbar merged commit 7b34f30 into master Mar 22, 2024
14 checks passed
@Ali-D-Akbar Ali-D-Akbar deleted the aakbar/dockerfile-fix-config branch March 22, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants