Add K8s app deployment, Dockerfile, and CI workflow (Option A)
This commit is contained in:
@@ -48,7 +48,7 @@ pub async fn start_server(port: u16, api_key: String) -> Result<()> {
|
||||
.route("/memory/projects", web::get().to(projects_handler))
|
||||
.route("/memory/projects/{id}/status", web::get().to(project_status))
|
||||
})
|
||||
.bind(("127.0.0.1", port))?
|
||||
.bind(("0.0.0.0", port))?
|
||||
.run()
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user