Very experimental stand-alone version of BeST-address (Belgian Streets and Addresses) data and API.
313
Very experimental stand-alone version of BeST-address (Belgian Streets and Addresses) data and API. Not all features are working yet, existing API may change at any time.
docker run -p8080:8080 \
--env quarkus.log.file.path=/tmp/quarkus.log \
--env quarkus.swagger-ui.always-include=true \
--env be.bosa.dt.best.webservice.url=http://your-server:8080 \
-d barthanssens/test-best-api
The webservice.url is the base URL of your server
The API will be available on port your-server:8080 , the Swagger/OpenAPI interface on http://your-server:8080/q/swagger-ui
A volume will be created automatically, to remove the docker image and its volume: docker rm -v
12-16 GB of RAM and 4-12 vCores + 5 GB of free disk space
Content type
Image
Digest
Size
977.7 MB
Last updated
over 4 years ago
docker pull barthanssens/test-best-api