docker-compose: remote environment-related fixes and doc#77
Draft
docker-compose: remote environment-related fixes and doc#77
Conversation
This is what's currently running in remote environments.
zzzeid
requested changes
Jan 14, 2026
Contributor
There was a problem hiding this comment.
This comment applies to mozilla-conduit/lando#834 as well. IMO this is enough of an edge case that it doesn't necessarily belong in the compose file.
Comment on lines
+177
to
+186
| # To simulate a remote environment, uncomment the following lines... | ||
| # ENVIRONMENT: development | ||
| # DJANGO_SETTINGS_MODULE: lando.remote_settings | ||
|
|
||
| # ... and comment this one. | ||
| ENVIRONMENT: local | ||
| # | ||
| # This will likely trigger errors when running the `setup_dev` and | ||
| # `collectstatic` commands below. They need to be manually disabled | ||
| # during such a simulation. |
Contributor
There was a problem hiding this comment.
I think this may be more confusing (especially in the long term) than helpful. I would suggest, instead of adding a comment like this here, maybe we can add a separate make command to "simulate" a specific scenario (e.g., using remote_settings with "local" or "development" environment).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is what's currently running in remote environments.