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

add env_file to all docker services for timezone consistency #13102

Closed
wants to merge 2 commits into from

Conversation

cwallace
Copy link

@cwallace cwallace commented Oct 1, 2024

This PR adds env_file to all Docker containers to ensure timezone settings are consistent throughout the stack. By centralizing the environment configurations, we avoid any potential issues caused by mismatched timezones between services.

@cwallace cwallace requested a review from bo0tzz as a code owner October 1, 2024 18:42
@bo0tzz
Copy link
Member

bo0tzz commented Oct 1, 2024

The redis container definitely isn't involved in any (user-facing) timezone stuff.

I'm not all too stoked about just blanket passing all the env vars to containers that don't need them. If the Postgres container can meaningfully make use of the TZ env var then we should pass it explicitly instead.

@bo0tzz bo0tzz requested a review from jrasm91 October 1, 2024 18:48
@jrasm91 jrasm91 closed this Oct 1, 2024
@jrasm91
Copy link
Contributor

jrasm91 commented Oct 1, 2024

Feel free to add environment entries to specific containers but we're not going to add the env file to any other container.

@bo0tzz
Copy link
Member

bo0tzz commented Oct 15, 2024

What do you mean re-apply? The PR was closed and we didn't add this change.

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.

3 participants