We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, I am trying to deploy the Zally server and Zally UI with docker-compose. I follow the below commands
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:
Is there any other config needed to be done/changed?
The text was updated successfully, but these errors were encountered:
Duplicate of #1406
Sorry, something went wrong.
tkrop
No branches or pull requests
Hey,
I am trying to deploy the Zally server and Zally UI with docker-compose. I follow the below commands
Logs:
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](https://user-images.githubusercontent.com/45592624/201323832-251a5ef9-2635-45d4-8e1e-ea59ca0fc154.png)
Is there any other config needed to be done/changed?
The text was updated successfully, but these errors were encountered: