Skip to content

Twit-Snap/feed_algo_service

Repository files navigation

feed_algo_service

Running locally

  1. Build the image
docker build -t dev-feed-algo .
  1. Run the image (Memory and CPU limits are optional, but recommended to replicate the deployment environment)
docker run --name algo-feed -e HOST=0.0.0.0 -e PORT=8000 -p 8000:8000 --memory=600m --cpus=2 dev-feed-algo

Running the test suite

  1. Build the image
docker build -t dev-feed-algo .
  1. Run the image with the env var MODE set on test
docker run --name algo-feed -e MODE=test dev-feed-algo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors