-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Coolify: Added persistent storage, worker service, postgres update, and workspace inactive days configuration #6996
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
base: next
Are you sure you want to change the base?
Conversation
Fix workspace inactive days validation error Initialize both WORKSPACE_INACTIVE_DAYS_BEFORE_DELETION (21) and WORKSPACE_INACTIVE_DAYS_BEFORE_NOTIFICATION (7) to prevent validation error requiring notification days to be less than deletion days.
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.
Please implement the suggested changes and rewrite the PR title to specify the service name to avoid confusion (you can check other service related PRs for an inspiration)
|
Hi @yanniksuess! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
Better approach 👌 Co-authored-by: ShadowArcanist <[email protected]>
- Added storage for image and other uploads - Added worker for maintenance - Added health check retries for the worker
Missing comments
|
Fix image upload 404 errors by adding persistent storage and worker service Changes:
This fixes the 404 errors when uploading images - files are now saved to a |
Fix workspace inactive days validation error
Initialize both WORKSPACE_INACTIVE_DAYS_BEFORE_DELETION (21) and WORKSPACE_INACTIVE_DAYS_BEFORE_NOTIFICATION (7) to prevent validation error requiring notification days to be less than deletion days.
Changes
Issues