affine config fixes
This commit is contained in:
parent
ad7913deed
commit
a61a0a5de7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ in {
|
||||||
image = "ghcr.io/toeverything/affine:stable";
|
image = "ghcr.io/toeverything/affine:stable";
|
||||||
environment = with affine-config.env; {
|
environment = with affine-config.env; {
|
||||||
"AFFINE_INDEXER_ENABLED" = "false";
|
"AFFINE_INDEXER_ENABLED" = "false";
|
||||||
"AFFINE_REVISION" = config.services.revision;
|
"AFFINE_REVISION" = config.services.affine.revision;
|
||||||
"CONFIG_LOCATION" = "${affine-static}/config";
|
"CONFIG_LOCATION" = "${affine-static}/config";
|
||||||
"DATABASE_URL" = "postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE}";
|
"DATABASE_URL" = "postgresql://${DB_USERNAME}:${DB_PASSWORD}@postgres:5432/${DB_DATABASE}";
|
||||||
"DB_DATABASE" = DB_DATABASE;
|
"DB_DATABASE" = DB_DATABASE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue