This repository contains the chatbot microservice in the FIWOO platform
2.3K
This repository contains the chatbot microservice in the FIWOO platform
pip install flask requests wasp-eureka rivescript python-jose wordfilter to install dependences.Run python chatController.py to start the microservice.
Run python register.py to register to Eureka
In order to deploy this microservice using Docker, follow these steps:
Download the docker image from Docker Hub
`docker pull fiwoo/chatbot`
Run the image. Take into account that the microservice is started on port 5002.
`sudo docker run --name chatbot -p 5002:5002 -e "SECRET=<JWT SECRET>" -e "EUREKA_VHOST=<EUREKA_HOST>" -e "EUREKA_PORT=<EUREKA_PORT>" fiwoo/chatbot`
Content type
Image
Digest
Size
282.5 MB
Last updated
over 8 years ago
docker pull fiwoo/chatbot