mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #995] [MERGED] fix(affinepro): update to current AFFiNE images #16303
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/995
Author: @Siumauricio
Created: 7/14/2026
Status: ✅ Merged
Merged: 7/14/2026
Merged by: @Siumauricio
Base:
canary← Head:fix/affinepro-update📝 Commits (1)
59770d4fix(affinepro): update to current AFFiNE images📊 Changes
2 files changed (+29 additions, -10 deletions)
View changed files
📝
blueprints/affinepro/docker-compose.yml(+28 -9)📝
blueprints/affinepro/meta.json(+1 -1)📄 Description
Problem
The template pinned
ghcr.io/toeverything/affine-graphql:stable-780dd83— an ephemeral per-commit tag on the old image name. That tag has been removed from GHCR, so the template fails to pull and can no longer be deployed (issue #777).Changes
ghcr.io/toeverything/affine:stable, the rolling stable tag used by the official self-host compose. This also prevents future rot when upstream garbage-collects per-commit tags.pgvector/pgvector:pg16and setAFFINE_INDEXER_ENABLED=false, matching current upstream self-host requirements.depends_onconditions so theself-host-predeploymigration job runs only after the database is ready, and the server starts only after migrations complete successfully.meta.jsonversion tostable.No changes needed in
template.toml(same service name, port 3010, and env vars).Evidence (deploy-tested on a Dokploy instance)
HTTP 200with the AFFiNE UI on the generated domain.affineprorunning,migrationexited(0) (one-shot job),dbrunning,redisrunning.Done 8 migrationswith all migrations checked, then clean shutdown (Done in 10.64s).Closes #777
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.