Skip to content

Commit 96ad96b

Browse files
committed
Add reference to new docker-compose file
1 parent ae02358 commit 96ad96b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ npm start
4747
```
4848
Your web application should be available on http://localhost:5001
4949

50+
## Running from Docker
51+
52+
If you already have a Rasa instance setup and running, you can run Rasa UI from docker hub using [paschmann/rasa-ui](https://hub.docker.com/r/paschmann/rasa-ui/).
53+
54+
If you dont have a Rasa instance setup, you can run both Rasa and Rasa UI using the [docker-compose file](https://github.com/paschmann/rasa-ui/blob/master/docker-compose.yml), copy the file to a local directory and run the command below:
55+
56+
```
57+
docker-compose up
58+
```
59+
5060
## Upgrading
5161

5262
Because Rasa UI uses a Database to store training data, and other content, in the event the database schema changes, you will need to modify your database when upgrading to newer versions of Rasa UI. Please review the server/db migration folder for upgrade scripts from and to newer versions if you have existing data and want to maintain it. If you are upgrading from Rasa UI prior to v.3.0.0 there is no data migration path as previously postgres was used, and now sqlite is being used.

0 commit comments

Comments
 (0)