Actualiser affine.yaml

This commit is contained in:
2025-09-27 13:19:28 +02:00
parent a2fb289514
commit 1f4af35af1

View File

@@ -18,7 +18,7 @@ services:
restart: unless-stopped
affine:
image: ghcr.io/toeverything/affine:canary
image: ghcr.io/toeverything/affine:stable
container_name: affine_app
depends_on:
- postgres
@@ -30,7 +30,7 @@ services:
- affine_storage:/root/.affine/storage
environment:
# Config AFFiNE
AFFINE_REVISION: ${AFFINE_REVISION:-canary}
AFFINE_REVISION: ${AFFINE_REVISION:-stable}
AFFINE_INDEXER_ENABLED: ${AFFINE_INDEXER_ENABLED:-false}
PORT: 3010
AFFINE_SERVER_HTTPS: ${AFFINE_SERVER_HTTPS:-true}