zalando / zally

A minimalistic, simple-to-use API linter

Home Page:https://zalando.github.io/zally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zally UI is not working while using docker-compose

nitin-vavdiya opened this issue · comments

commented

Hey,
I am trying to deploy the Zally server and Zally UI with docker-compose. I follow the below commands

  1. docker-compose build
  2. docker-compose up

Logs:

web-ui_1    | zally-web-ui mounted on "/"
postgres_1  | 2022-11-11 10:36:42.284 UTC [1] LOG:  database system is ready to accept connections
web-ui_1    | zally-web-ui running at http://localhost:3000
server_1    | __________      .__  .__
server_1    | \____    /____  |  | |  | ___.__.
server_1    |   /     /\__  \ |  | |  |<   |  |
server_1    |  /     /_ / __ \|  |_|  |_\___  |
server_1    | /_______ (____  /____/____/ ____|
server_1    |         \/    \/          \/
server_1    | 

......

server_1    | 2022-11-11 10:36:55.951  INFO 9 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path ''
server_1    | 2022-11-11 10:36:56.066  INFO 9 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 7979 (http) with context path ''
server_1    | 2022-11-11 10:36:56.102  INFO 9 --- [           main] org.zalando.zally.ApplicationKt          : Started ApplicationKt in 13.827 seconds (JVM running for 15.018)

When I try to open Zally UI with http://localhost:8080 , UI is not opening and there is an error in the console

Error:
image

Is there any other config needed to be done/changed?

commented

Duplicate of #1406