To Reproduce
The current Postiz template in Dokploy appears to be incomplete. It does not include the Temporal service, which is required for Postiz v2+ (Temporal-based architecture).
As a result, deployments created via the Dokploy template fail to start correctly:
postiz_postiz (app) → 0/1
postiz_postiz-postgres → may fail or restart
postiz_temporal → missing entirely or not configured
This leads to:
App not booting (depends on Temporal)
Background jobs not running
In some cases, cascading failures or high CPU usage
Expected Behavior
The Dokploy template should provision all required services, including:
Postiz app (ghcr.io/gitroomhq/postiz-app)
PostgreSQL
Redis
Temporal (temporalio/auto-setup)
Actual Behavior
Temporal is missing from the template, causing incomplete deployment and service instability.
Suggested Fix
Update the Dokploy Postiz template to include a properly configured Temporal service with:
PostgreSQL connection
Correct environment variables
Network linkage with Postiz app
Current vs. Expected behavior
Actual Behavior
Temporal is missing from the template, causing incomplete deployment and service instability.
Suggested Fix
Update the Dokploy Postiz template to include a properly configured Temporal service with:
PostgreSQL connection
Correct environment variables
Network linkage with Postiz app
Provide environment information
I am on Ubuntu 20 VPS
using the dokploy template of postiz which has a latest tag but still has issues.
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help
To Reproduce
The current Postiz template in Dokploy appears to be incomplete. It does not include the Temporal service, which is required for Postiz v2+ (Temporal-based architecture).
As a result, deployments created via the Dokploy template fail to start correctly:
postiz_postiz (app) → 0/1
postiz_postiz-postgres → may fail or restart
postiz_temporal → missing entirely or not configured
This leads to:
App not booting (depends on Temporal)
Background jobs not running
In some cases, cascading failures or high CPU usage
Expected Behavior
The Dokploy template should provision all required services, including:
Postiz app (ghcr.io/gitroomhq/postiz-app)
PostgreSQL
Redis
Temporal (temporalio/auto-setup)
Actual Behavior
Temporal is missing from the template, causing incomplete deployment and service instability.
Suggested Fix
Update the Dokploy Postiz template to include a properly configured Temporal service with:
PostgreSQL connection
Correct environment variables
Network linkage with Postiz app
Current vs. Expected behavior
Actual Behavior
Temporal is missing from the template, causing incomplete deployment and service instability.
Suggested Fix
Update the Dokploy Postiz template to include a properly configured Temporal service with:
PostgreSQL connection
Correct environment variables
Network linkage with Postiz app
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help