This repository contains the search microservice in the FIWOO platform
1.7K
This repository contains the search microservice in the FIWOO platform
flask requests wasp-eureka mysql-connector python-jose to install dependences.In order to deploy this microservice using Docker, follow these steps:
Download the docker image from Docker Hub
`docker pull fiwoo/search`
Run the image. Take into account that the microservice is started on port 5001,
`sudo docker run --name search -p 5001:5001 -e "SECRET=<JWT SECRET>" -e "EUREKA_VHOST=<EUREKA_HOST>" -e "EUREKA_PORT=<EUREKA_PORT>" -e "DATABASE_URL=<database_url>" -e "DATABASE_USER<user>" -e "DATABASE_PASSWORD=<db_password>" -e "DATABASE_NAME=<database name>" fiwoo/search`
Content type
Image
Digest
Size
369.3 MB
Last updated
over 8 years ago
docker pull fiwoo/search