Barebones example of deploying the official Flex Gateway Docker image to Heroku.
Fire up an Flex Gateway on Heroku with a single click:
You will need to create a Heroku account and install the Heroku CLI, eg.
brew install heroku
.
git clone git@github.com:garciarodrigor/heroku-docker-flex-gateway-example.git
cd heroku-docker-flex-gateway-example
heroku container:login
heroku create
heroku config:set FLEX_CONFIG=<registration-content> FLEX_SERVICE_ENVOY_CONCURRENCY=1 FLEX_DYNAMIC_PORT_VALUE=8081
heroku container:push web
heroku container:release web
heroku open