From ee839b924cef3084659992f7418b3f600b1cff98 Mon Sep 17 00:00:00 2001 From: Irwing Date: Tue, 30 Sep 2025 20:58:16 +0200 Subject: [PATCH] Actualiser affine.yaml --- affine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affine.yaml b/affine.yaml index 0fbe904..2ad7c6b 100644 --- a/affine.yaml +++ b/affine.yaml @@ -22,7 +22,7 @@ services: - REDIS_SERVER_HOST=redis - DATABASE_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE:-affine} - AFFINE_INDEXER_ENABLED=false - - AFFINE_DISABLE_DEMO_WORKSPACE: true + - AFFINE_DISABLE_DEMO_WORKSPACE=true restart: unless-stopped affine_migration: