Skip to main content

Docker

It is also possible to setup a Fusio system through docker. This has the advantage that you automatically get a complete running Fusio system without configuration.

To setup the container you have to check out the repository and run the following command:

docker-compose up -d

This builds the Fusio system with a predefined backend account. The credentials are taken from the env variables FUSIO_BACKEND_USER, FUSIO_BACKEND_EMAIL and FUSIO_BACKEND_PW in the docker-compose.yml. If you are planing to run the container on the internet you MUST change these credentials.