...
Running the Docker Container
The application is also provided as a docker container at registry.mid.de/smartfacts/smartfacts-gateway-proxy:latest
. A docker-compose.yml
file can be used to run the gateway proxy in a Docker environment and provide volumes to inject SSL certificates and a connection-routing.yml
file. The following example docker-compose.yml
file exposes the proxy on port 8418
of the docker host. It uses the certificates stored in /tmp/certificates
. It uses the connection-routing.yml
file at /tmp/connection-routing.yml
...