affine config fixes

This commit is contained in:
emptyynes 2025-09-29 01:49:42 +07:00
parent ad7913deed
commit a61a0a5de7

View file

@ -9,7 +9,7 @@ in {
image = "ghcr.io/toeverything/affine:stable";
environment = with affine-config.env; {
"AFFINE_INDEXER_ENABLED" = "false";
"AFFINE_REVISION" = config.services.revision;
"AFFINE_REVISION" = config.services.affine.revision;
"CONFIG_LOCATION" = "${affine-static}/config";
"DATABASE_URL" = "postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE}";
"DB_DATABASE" = DB_DATABASE;