diff --git a/affine.yaml b/affine.yaml index f261d10..0fbe904 100644 --- a/affine.yaml +++ b/affine.yaml @@ -22,6 +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 restart: unless-stopped affine_migration: