Official docker container of Fusio - Open Source API Management for Builders.
More information about Fusio at: https://www.fusio-project.org
Docker-Hub: https://hub.docker.com/r/fusio/fusio
To get started simply run the docker-compose.yml file which contains MySQL and Fusio.
docker-compose up -d
NOTE: You MUST change the default passwords which are defined in the docker-compose.yml file before running this
container on the internet.
The image contains by default already many useful adapters and libraries, if you want to register custom adapters you
can adjust the fusio/composer.json and register the adapter at fusio/provider.php.
In case you want to use Fusio to connect to a MSSQL or Oracle database you can use the latest-mssql or latest-oracle
tag which contains a configured mssql or oracle PHP extension.