From 1f4af35af1f66127fab94130d6e96d1628786db1 Mon Sep 17 00:00:00 2001 From: Irwing Date: Sat, 27 Sep 2025 13:19:28 +0200 Subject: [PATCH] Actualiser affine.yaml --- affine.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/affine.yaml b/affine.yaml index e6acff6..74ee5f7 100644 --- a/affine.yaml +++ b/affine.yaml @@ -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}