Sign inSign up

gbadsinformatics/api

By gbadsinformatics

Updated 9 months ago

Image
0

10K+

gbadsinformatics/api repository overview

GBADs Knowledge Engine API

This image contains the FastAPI web server for accessing the gbads database

Running in docker

docker run -d -p 9000:80 gbadsinformatics/api

You can access it at port 9000 of your machine. (change the '9000' to run the api on a different port)

Running on a different url
docker run -d -p 9000:80 -e BASE_URL=/api gbadsinformatics/api

The environment variable BASE_URL determines a prefix for any api request. This is used to host the api on a specific url. NOTE: the BASE_URL must be formatted with a leading "/" but no trailing "/". Ex: /api or /gbads/engine/api

Tag summary

Content type

Image

Digest

sha256:4ff4d4889

Size

964.6 MB

Last updated

9 months ago

docker pull gbadsinformatics/api