mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
The template pinned ghcr.io/toeverything/affine-graphql:stable-780dd83, an ephemeral per-commit tag on the old image name that has since been removed from GHCR, so the template could no longer pull and deploy. - Switch both app and migration services to ghcr.io/toeverything/affine:stable, the rolling stable tag recommended by the official self-host compose, so the template no longer rots when per-commit tags are garbage-collected - Move postgres to pgvector/pgvector:pg16 and set AFFINE_INDEXER_ENABLED=false, matching the current upstream self-host compose requirements - Add postgres/redis healthchecks and proper depends_on conditions so the self-host-predeploy migration job runs only once the database is ready, and the server starts only after migrations complete successfully Closes #777 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
606 B
JSON
19 lines
606 B
JSON
{
|
|
"id": "affinepro",
|
|
"name": "Affine Pro",
|
|
"version": "stable",
|
|
"description": "Affine Pro is a modern, self-hosted platform designed for collaborative content creation and project management. It offers an intuitive interface, seamless real-time collaboration, and powerful tools for organizing tasks, notes, and ideas.",
|
|
"logo": "logo.png",
|
|
"links": {
|
|
"github": "https://github.com/toeverything/Affine",
|
|
"website": "https://affine.pro/",
|
|
"docs": "https://docs.affine.pro/"
|
|
},
|
|
"tags": [
|
|
"collaboration",
|
|
"self-hosted",
|
|
"productivity",
|
|
"project-management"
|
|
]
|
|
}
|