finaX provides a Docker image for self-hosting the E-Invoice API on your own infrastructure.
The image can be downloaded like this:
curl -sSLO https://get.keygen.sh/finax/[finax_version]/finax.api.tar.gz \
-u "license:<YOUR_LICENSE_KEY>"
docker load < finax.api.tar.gz
# => Loaded image: finax/api:[finax_version]
The image is now available on your machine - you can check this with:
docker image ls | grep finax
Run the image like this:
docker run -p 8080:8000 finax/api:[finax_version]