Open flowcool opened 3 months ago
Hi @flowcool
The above vars are only for docker installation which is defined in the install.env
. Since the system is currently using the UTC timezone, may I learn what's the use case for the TZ var? Thanks.
Hello,
Thanks for clarification of install.env; I might have missed that.
I personally use TZ in all setup to have time adjusted to my Timezone, easier to troubleshoot when we're looking at the logs (what I'm doing a lot on this project). It's clearly not a must but probably more a best practice.
I can share my conf if you want to have a look
Cool, thanks for sharing. Yes, I would appreciate it if you could share your configuration so I can learn from it.
I used that timezone switch button from Airflow to toggle the UTC and local time.
Please find compose attached and env file needs to have: TZ=Europe/Paris (Anything you want)
For the compose, I added TZ for DBs too.
Cheers, docker-compose.yaml.txt
Hello,
I believe we can had TZ as variable in env and compose file.
I noticed also a few env variable not declared any where. Personally I added them into my env. file: