Specify compose file

This commit is contained in:
Obrain2016 2018-08-24 10:18:39 -05:00 committed by GitHub
parent a160070673
commit 25b6a2b8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,14 @@ https://github.com/Oceania2018/BotSharp/wiki
QUICK START QUICK START
----------- -----------
Integrate Rasa UI with botsharp, you can use docker compose to run
::
PS D:\BotSharp\> docker-compose -f docker-compose-rasaui.yml up
Building BotSharp Building BotSharp
^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
Make sure the `Microsoft .NET Core`_ build environment is installed. Make sure the `Microsoft .NET Core`_ build environment is installed.
@ -63,12 +71,6 @@ Start a container:
PS D:\BotSharp\> docker run -it -p 5000:5000 botsharp PS D:\BotSharp\> docker run -it -p 5000:5000 botsharp
To integrate Rasa UI with botsharp, you can use docker compose to run
::
PS D:\BotSharp\> docker-compose up
point your web browser at http://localhost:5001 and enjoy Rasa-UI with Botsharp point your web browser at http://localhost:5001 and enjoy Rasa-UI with Botsharp