You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any docs yet on how to run the Esquio UI in Docker? I can start it just fine, but I'm not able to login, probably because there's no database configured. Not sure how to configure that though, or even what my options are storing the database?
The text was updated successfully, but these errors were encountered:
-e ConnectionStrings__Esquio=[your sql server connection string]
-e Security__OpenId__Authority=[your authority, for example https://demo.identityserver.io]
-e Security__OpenId__ClientId=[your client id]
-e Security__OpenId__ResponseType=[your openid flow response type to use, for example code]
-e Security__OpenId__Audience=[your security audience]
Thanks @unaizorrilla, that helped. I've managed to run Esquio UI with docker-compose locally and it works great. Definitely a good idea to add this to the docs so that people can get started quickly.
Are there any docs yet on how to run the Esquio UI in Docker? I can start it just fine, but I'm not able to login, probably because there's no database configured. Not sure how to configure that though, or even what my options are storing the database?
The text was updated successfully, but these errors were encountered: