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 mastodon:setup to take dotenv/docker-compose differences into account #16896

Merged

Conversation

ClearlyClaire
Copy link
Contributor

@ClearlyClaire ClearlyClaire commented Oct 25, 2021

In order to work around #16895, add a warning to .env.production.sample, and change the mastodon:setup rake task to:

  • output a warning if a variable will be interpreted differently by dotenv and docker-compose
  • ensure the printed config is compatible with docker-compose

lib/tasks/mastodon.rake Outdated Show resolved Hide resolved
lib/tasks/mastodon.rake Outdated Show resolved Hide resolved
lib/tasks/mastodon.rake Outdated Show resolved Hide resolved
…ount

In order to work around mastodon#16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
@ClearlyClaire ClearlyClaire force-pushed the fixes/docker-compose-env_file-dotenv branch from 716a237 to f2f25e3 Compare October 25, 2021 12:53
@Gargron Gargron merged commit 5ba4695 into mastodon:main Oct 25, 2021
Gargron pushed a commit that referenced this pull request Nov 5, 2021
…ount (#16896)

In order to work around #16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
kadoshita pushed a commit to kadoshita/mastodon that referenced this pull request Nov 6, 2021
…ount (mastodon#16896)

In order to work around mastodon#16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
kadoshita pushed a commit to kadoshita/mastodon that referenced this pull request Nov 7, 2021
…ount (mastodon#16896)

In order to work around mastodon#16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this pull request Nov 11, 2021
Gargron pushed a commit that referenced this pull request Nov 11, 2021
kadoshita pushed a commit to kadoshita/mastodon that referenced this pull request Nov 28, 2021
ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this pull request Jan 28, 2022
…ount (mastodon#16896)

In order to work around mastodon#16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this pull request Jan 28, 2022
jesseplusplus pushed a commit to jesseplusplus/decodon that referenced this pull request Feb 10, 2022
…ount (mastodon#16896)

In order to work around mastodon#16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
jesseplusplus pushed a commit to jesseplusplus/decodon that referenced this pull request Feb 10, 2022
jesseplusplus pushed a commit to jesseplusplus/decodon that referenced this pull request May 18, 2022
…ount (mastodon#16896)

In order to work around mastodon#16895,
add a warning to .env.production.sample, and change the mastodon:setup rake
task to:
- output a warning if a variable will be interpreted differently by dotenv
  and docker-compose
- ensure the printed config is compatible with docker-compose
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