in 0.22.1 affine index should be set to off

This commit is contained in:
2025-06-05 00:11:37 +02:00
parent 7164535367
commit 32627f8839

View File

@@ -92,6 +92,7 @@ podman run --rm \
--network $NETWORK \
-e REDIS_SERVER_HOST=$REDIS_SERVER_HOST \
-e DATABASE_URL="postgresql://$DB_USERNAME:$DB_PASSWORD@$DATABASE_HOST:$DATABASE_PORT/$DB_DATABASE" \
-e AFFINE_INDEXER_ENABLED=false \
-v "$UPLOAD_LOCATION:/root/.affine/storage:Z" \
-v "$CONFIG_LOCATION:/root/.affine/config:Z" \
ghcr.io/toeverything/affine-graphql:$AFFINE_REVISION \
@@ -109,6 +110,7 @@ podman create \
-e MAILER_PORT=$SMTP_PORT \
-e MAILER_USER=$SMTP_USERNAME \
-e MAILER_PASSWORD=$SMTP_PASSWORD \
-e AFFINE_INDEXER_ENABLED=false \
-v "$UPLOAD_LOCATION:/root/.affine/storage:Z" \
-v "$CONFIG_LOCATION:/root/.affine/config:Z" \
ghcr.io/toeverything/affine-graphql:$AFFINE_REVISION