Secrets
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user