This commit is contained in:
@@ -18,6 +18,7 @@ in
|
||||
ports = [ "${toString cfg.port}:8000" ];
|
||||
dependsOn = [ "yamtrack-redis" ];
|
||||
environmentFiles = [ config.sops.secrets.yamtrack.path ];
|
||||
volumes = [ "${config.my.postgresSocket}:${config.my.postgresSocket}" ];
|
||||
environment = {
|
||||
TZ = config.my.timeZone;
|
||||
URLS = cfg.url;
|
||||
@@ -31,7 +32,6 @@ in
|
||||
REDIS_URL = "redis://yamtrack-redis:6379/0";
|
||||
SOCIAL_PROVIDERS = "allauth.socialaccount.providers.openid_connect";
|
||||
};
|
||||
volumes = [ "${config.my.postgresSocket}:${config.my.postgresSocket}" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user