-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[#125] Add configurable storage for statuses and config #126
[#125] Add configurable storage for statuses and config #126
Conversation
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.
Some small codewise improvements, but overal looking great so far, impressive @eXistenZNL! 😄
…ing from Firebase, rename an environment variable
…the config structure when loading from Firebase
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.
Some previous feedback was still open, I have some debug suggestions, and what we wanted to test is not tested yet.
Process is looking sweet though!
…ockerignore for both containers.
YESS YESS YOOOOOOO Finally, super excited to directly test this on production 🤞 |
What
Ticket
Closes #125
Why
When running the Docker container, all state is lost when updating. By having the config and statuses stored externally, we can keep state when updating.
Todo