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 Ryot service #5232

Open
wants to merge 4 commits into
base: next
Choose a base branch
from
Open

Add Ryot service #5232

wants to merge 4 commits into from

Conversation

IgnisDa
Copy link

@IgnisDa IgnisDa commented Feb 26, 2025

Added a Ryot (https://github/com/ignisda/ryot) service!

- POSTGRES_USER=$SERVICE_USER_POSTGRES
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
- POSTGRES_DB=${POSTGRES_DB:-ryot}
- TZ=Europe/Amsterdam
Copy link
Member

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

Copy link
Author

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

Copy link
Member

@ShadowArcanist ShadowArcanist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@IgnisDa IgnisDa changed the base branch from main to next February 27, 2025 13:21
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