This commit is contained in:
soraefir
2026-05-08 20:31:12 +02:00
parent b722d349af
commit 744a2b8563
2 changed files with 10 additions and 7 deletions

View File

@@ -22,10 +22,11 @@ in {
ip = containerCfg.ip;
secret = "nextcloud";
extraEnv = {
"REDIS_HOST" = builder.host;
"POSTGRES_HOST" = builder.host;
"POSTGRES_USER" = "nextcloud_user";
"POSTGRES_DB" = "nextcloud_db";
REDIS_HOST = builder.host;
POSTGRES_HOST = builder.host;
POSTGRES_USER = "nextcloud_user";
POSTGRES_DB = "nextcloud_db";
AUTHENTIK_POSTGRESQL__SSLMODE = "disable";
"NEXTCLOUD_TRUSTED_DOMAINS " = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
"SMTP_HOST" = serverCfg.mailServer;
"SMTP_NAME" = "mail_user";