mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[GH-ISSUE #777] Affine Pro is outdated #730
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?
Originally created by @xenstar on GitHub (Apr 8, 2026).
Original GitHub issue: https://github.com/Dokploy/templates/issues/777
Template Name
Affine Pro
Relevant Logs of the Error
The template fetches the version from here, but it's not working anymore
ghcr.io/toeverything/affine-graphql:stable-780dd83
Here is the issue after deployment:
Steps to Reproduce the Error
1, Added the template
2. Click on Deployment
3. Have the error
Environment Information
When does this error occur?
During template deployment
Additional Context
No response
Will you send a PR to fix it?
No
@dosubot[bot] commented on GitHub (Apr 8, 2026):
Hi @xenstar! I'm Dosu and I’m helping the templates team.
The Affine Pro template currently pins both the main
affineproservice and themigrationservice toghcr.io/toeverything/affine-graphql:stable-780dd83[1], and the same version is set inmeta.json[2]. That image tag appears to no longer be available upstream, which is what's causing the deployment failure.To fix this, someone would need to:
stable-*tag).ghcr.io/toeverything/affine-graphql:stable-780dd83→ the new tag in both services inblueprints/affinepro/docker-compose.yml[3].versionfield inmeta.jsonto match the new tag [2].npm run process-meta[4].docker manifest inspect ghcr.io/toeverything/affine-graphql:<new-tag>and test the deployment before submitting a PR.As a temporary workaround, you can manually update the image tag in the Dokploy service settings after deploying the template — replace
stable-780dd83with a valid tag from the upstream registry for both the main and migration services.To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@xenstar commented on GitHub (Apr 8, 2026):
Yes, the templates need to be updated, and also, Cloudflare R2 is mandatory. I was looking to add the dokploy volume disk. I think if the dokploy team works on it, it can be fixed instantly.