You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the majority of cases, it should be possible to configure docker containers to use a common timezone setting. So we could remove all the TZ env vars from the projects separately, and have a global context TZ instead, inside the main context config:
Technique:
Always add the TZ env var from the the docker-compose.instance.yaml file, which the Makefile feeds the data, so it could grab TZ from ${ROOT_DIR}/.env_{CONTEXT}.
The text was updated successfully, but these errors were encountered:
In the majority of cases, it should be possible to configure docker containers to use a common timezone setting. So we could remove all the TZ env vars from the projects separately, and have a global context TZ instead, inside the main context config:
Technique:
The text was updated successfully, but these errors were encountered: