This image contains the FastAPI web server for accessing the gbads database
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)
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
Content type
Image
Digest
sha256:4ff4d4889…
Size
964.6 MB
Last updated
9 months ago
docker pull gbadsinformatics/api