mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-23 23:12:06 -05:00
[PR #784] fix(postiz): add missing Temporal service required by Postiz v2+ #1311
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/784
Author: @chahat1709
Created: 4/12/2026
Status: 🔄 Open
Base:
canary← Head:canary📝 Commits (2)
793eeceAdd postiz-temporal service to docfix(postiz): add missing Temporal service required by Postiz v2+ker-compose420aff3Update temporal image version in fix(postiz): complete temporal service fix with pinned versiondocker-compose📊 Changes
1 file changed (+28 additions, -7 deletions)
View changed files
📝
blueprints/postiz/docker-compose.yml(+28 -7)📄 Description
What is this PR about?
Fixes #772
The Postiz template was missing the
temporalio/auto-setupservice which is required for Postiz v2+. Without Temporal, the app fails to boot and throwsECONNRESETerrors.Changes
postiz-temporalservice usingtemporalio/auto-setup:latestTEMPORAL_URLandTEMPORAL_WORKER_URLenv vars to the app servicedepends_oninpostiz-appto wait for Temporal to be healthyChecklist
Greptile Summary
This PR adds the missing
postiz-temporalservice (usingtemporalio/auto-setup) and the requiredTEMPORAL_URL/TEMPORAL_WORKER_URLenvironment variables to fix Postiz v2+ boot failures. The approach is correct in intent, but has two issues that need resolving before merge.postiz-uploadsvolume is declared twice in thevolumesblock (lines 82–83), which is invalid and will causedocker compose upto fail.temporalio/auto-setupis officially deprecated by Temporal (no further updates or security patches); the recommended replacement istemporalio/server+temporalio/admin-tools.Confidence Score: 3/5
Not safe to merge — duplicate volume key breaks deployment and the Temporal image is officially deprecated.
Two P1 findings: a duplicate volume declaration that prevents docker compose up from succeeding, and reliance on a deprecated image that will never receive security or compatibility updates. Both should be addressed before merging.
blueprints/postiz/docker-compose.yml — duplicate volume and deprecated image
Reviews (1): Last reviewed commit: "Add postiz-temporal service to docfix(po..." | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.