mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-10 21:27:01 +00:00
Nix: add PORT=3001 for containers by default
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
contents = [ self.packages.${system}.default ];
|
||||
config = {
|
||||
Cmd = [ "${self.outputs.packages.${system}.default}/bin/start-bundle" ];
|
||||
Env = {
|
||||
PORT = "3001";
|
||||
};
|
||||
Expose = [ "3001" ];
|
||||
};
|
||||
};
|
||||
@@ -58,6 +61,9 @@
|
||||
];
|
||||
config = {
|
||||
Cmd = [ "${self.outputs.packages.${system}.default}/bin/start-${mod}" ];
|
||||
Env = {
|
||||
PORT = "3001";
|
||||
};
|
||||
Expose = [ "3001" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user