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

Added support for compose env vars (#532) #533

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

diegocastrum
Copy link
Contributor

Added .env to .gitignore.

Added a .env.sample that will be used by anyone he need it. Just copy it as .env in your local devel env and use the supported) variables you need.

docker-compose.yml updated in order to support string interpolation when using variables defined in a .env file.

Fixed a typo in issue_template.md.

Added `.env` to `.gitignore`.

Added a `.env.sample` that will be used by anyone he need it. Just copy
it as `.env` in your local devel env and use the (supported) variables
you need.

`docker-compose.yml` updated in order to support string interpolation
when using variables defined in a `.env` file.

Fixed a typo in `issue_template.md`.
@auvipy auvipy self-requested a review April 11, 2022 09:38
.gitignore Outdated
@@ -33,3 +33,4 @@ coverage.xml
.eggs/
.python-version
venv
.env
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
.env
.env

@auvipy auvipy added this to the v2.3.0 milestone Apr 11, 2022
@auvipy auvipy merged commit 054ce97 into celery:master Apr 11, 2022
@diegocastrum diegocastrum deleted the feature/compose-env-vars branch April 11, 2022 15:07
@diegocastrum diegocastrum restored the feature/compose-env-vars branch April 11, 2022 15:11
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.

2 participants