Configure fly.io and docker

This commit is contained in:
Guntis Smaukstelis
2023-05-12 23:57:04 +03:00
parent c07604512c
commit 7cb6349ac7
5 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ object Server extends IOApp {
override def run(args: List[String]): IO[ExitCode] =
BlazeServerBuilder[IO]
.bindHttp(3000, "localhost")
.bindHttp(8080, "0.0.0.0")
.withHttpApp(httpApp)
.serve
.compile