-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 Ryot service #5232
base: next
Are you sure you want to change the base?
Add Ryot service #5232
Conversation
templates/compose/ryot.yaml
Outdated
- POSTGRES_USER=$SERVICE_USER_POSTGRES | ||
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES | ||
- POSTGRES_DB=${POSTGRES_DB:-ryot} | ||
- TZ=Europe/Amsterdam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's best to set the TZ on a variable and set the Europe as fallback because not all users are on EU.
So it will be something like - TZ=${TZ:-Europe/Amsterdam}
Not sure if setting Timezone like this will work so take this as a grain of salt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense. have made the changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
3779ba1
to
985e3b6
Compare
Added a Ryot (https://github/com/ignisda/ryot) service!