Sign inSign up

fiwoo/search

By fiwoo

Updated over 8 years ago

This repository contains the search microservice in the FIWOO platform

Image
0

1.7K

fiwoo/search repository overview

This repository contains the search microservice in the FIWOO platform

Getting Started

Prerequisites
Developing
  • Run flask requests wasp-eureka mysql-connector python-jose to install dependences.

Deployment with Docker

In order to deploy this microservice using Docker, follow these steps:

  1. Download the docker image from Docker Hub

     `docker pull fiwoo/search`
    
  2. 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`
    

Tag summary

Content type

Image

Digest

Size

369.3 MB

Last updated

over 8 years ago

docker pull fiwoo/search