From c4d4a9f7e478eeb82be2292b9779be41bc368134 Mon Sep 17 00:00:00 2001 From: Irwing Date: Tue, 30 Sep 2025 21:25:55 +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 5a663bc..393ad58 100644 --- a/affine.yaml +++ b/affine.yaml @@ -17,7 +17,7 @@ services: - ${UPLOAD_LOCATION}:/root/.affine/storage - ${CONFIG_LOCATION}:/root/.affine/config #env_file: - - .env + # - .env environment: - REDIS_SERVER_HOST=redis - DATABASE_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE:-affine} @@ -38,7 +38,7 @@ services: - ${CONFIG_LOCATION}:/root/.affine/config command: ['sh', '-c', 'node ./scripts/self-host-predeploy.js'] # env_file: - - .env + # - .env environment: - REDIS_SERVER_HOST=redis - DATABASE_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE:-affine}