From 5d8ab04f9ae13830518fc0430abc8438e6178e80 Mon Sep 17 00:00:00 2001 From: Irwing Date: Sat, 27 Sep 2025 13:49:52 +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 0718a3d..a2845d8 100644 --- a/affine.yaml +++ b/affine.yaml @@ -18,7 +18,7 @@ services: restart: unless-stopped affine: - image: ghcr.io/toeverything/affine:stable + image: ghcr.io/toeverything/affine:canary container_name: affine_app depends_on: - postgres @@ -30,7 +30,7 @@ services: - affine_storage:/root/.affine/storage environment: # Config AFFiNE - AFFINE_REVISION: ${AFFINE_REVISION:-stable} + AFFINE_REVISION: ${AFFINE_REVISION:-canary} AFFINE_INDEXER_ENABLED: ${AFFINE_INDEXER_ENABLED:-false} PORT: 3010 AFFINE_SERVER_HTTPS: ${AFFINE_SERVER_HTTPS:-true}