-
Notifications
You must be signed in to change notification settings - Fork 267
fix: update to postiz templates for v2 with temporal #658
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: canary
Are you sure you want to change the base?
Conversation
- Remove deprecated version field for compose file format compliance - Add Temporal workflow engine with PostgreSQL and Elasticsearch - Configure comprehensive social media platform integrations (Discord, LinkedIn, X, TikTok, YouTube, etc.) - Add Cloudflare R2 storage provider configuration options - Include email service configuration for notifications - Implement Redis persistence and health checks - Add proper service networking and dependencies
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
|
@Siumauricio , just so you're aware, I know there's an inclusion of networks, but this is required for the two postgres database to function without conflict. |
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.
Pull request overview
This pull request updates the Postiz template to version 2 with Temporal workflow engine integration. The changes add comprehensive social media platform integrations, email and cloud storage configurations, and separate database infrastructure for Temporal.
Changes:
- Remove deprecated
versionfield from docker-compose.yml for v3.8 compliance - Add Temporal workflow engine with dedicated PostgreSQL database and Elasticsearch
- Configure environment variables for 15+ social media platforms (Discord, LinkedIn, X, TikTok, YouTube, etc.)
- Add Cloudflare R2 storage and email service configuration options
- Implement Redis persistence with health checks and explicit networking configuration
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 13 comments.
| File | Description |
|---|---|
| blueprints/postiz/docker-compose.yml | Adds Temporal services (workflow engine, PostgreSQL, Elasticsearch) with dedicated networking; configures Redis persistence; adds environment variables for social integrations |
| blueprints/postiz/template.toml | Defines environment variables for email, Cloudflare R2 storage, and social media platform API credentials |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
Temporal and Postiz must be seperated in terms of the databse for it function with the dual database setup.