Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 409 Bytes

Grobid Helper App

This is a simple go app built using Gin. It exposes 2 endpoints on port :591 / and /health. It is used to limit the flow of requests to a grobid service

docker-compose -f docker-compose.yaml up
docker build -t grobids-friend:latest -f ./Dockerfile .
docker run -p 591:8080 --name grobids-friend --rm grobids-friend:latest