many updates, new linode server

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-02-13 00:40:38 -06:00
parent 343f5d7b52
commit e27a4af6d2
20 changed files with 2528 additions and 137 deletions

View file

@ -50,7 +50,7 @@ in
user = "root";
image = "ghcr.io/danny-avila/librechat-dev:latest";
ports = [
"10.20.40.104:${toString cfg.port}:${toString cfg.port}"
"${toString cfg.port}:${toString cfg.port}"
];
dependsOn = [
"librechat_mongodb"
@ -74,7 +74,7 @@ in
];
extraOptions = [
"--network=librechat-network"
"--add-host=azureproxy:10.20.40.180"
"--add-host=azureproxy:10.20.40.180" # TODO change to T
];
};