Actualiser affine.yaml

This commit is contained in:
2025-09-27 13:49:52 +02:00
parent 327cbfc799
commit 5d8ab04f9a

View File

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