Sign inSign up

calibertechnology/taxquery

By calibertechnology

Updated 11 days ago

Caliber Technology TaxQuery web service.

Image
Developer tools
0

1M+

calibertechnology/taxquery repository overview

A service which determines tax jurisdiction names for U.S. payroll employees, based on workplace and resident addresses. Tax names correspond to those used by https://hub.docker.com/r/calibertechnology/taxserver as well as TaxControls components found at https://taxupdate.com.

To try it out:

docker run -p 8443:8443 calibertechnology/taxquery

Then point your browser to https://localhost:8443 for an API description. Note that the TLS certificate is self-signed, so you will get a browser warning about the encryption.

The default ports used by the TaxQuery container are 80 for HTTP and 8443 for HTTPS. If you wish to use different ports, you can do so by setting the environment variables HTTP_PORT and/or HTTPS_PORT:

export HTTPS_PORT="443"
docker run --env HTTPS_PORT -p 443:443 calibertechnology/taxquery

For http only, using port 80:

docker run -p 8000:80 calibertechnology/taxquery

Tag summary

Content type

Image

Digest

sha256:c7adeacd3

Size

263.2 MB

Last updated

11 days ago

docker pull calibertechnology/taxquery