-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
update n8n with postgres to the latest stable version 2.0.x with all necessary changes #7703
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
| volumes: | ||
| n8n-data: | ||
| postgresql-data: |
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.
Coolify adds these automatically
| volumes: | |
| n8n-data: | |
| postgresql-data: |
| timeout: 20s | ||
| retries: 10 | ||
| task-runners: | ||
| image: n8nio/runners:stable |
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 pin to a static version rather than 'stable' to prevent the template from breaking due to upstream changes.
| services: | ||
| n8n: | ||
| image: docker.n8n.io/n8nio/n8n:1.119.2 | ||
| image: n8nio/n8n:stable |
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 pin to a static version rather than 'stable' to prevent the template from breaking due to upstream changes.
|
Hi @mrj0b! 👋 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 |
|
|
Thanks, we have 3 templates for n8n, could you please update them and request a review (will get this merged ASAP once the other 2 templates were updated to a version where the CVE is fixed) |
|
Changes