Starting a Fabricate instance

Mounting volumes for Fabricate

We recommend that you mount the following volumes to the container:

  • /fabricate/data - Stores cached data. Mounting this volume allows the cache to persist across upgrades.

  • /var/log/fabricate - Stores logs. Mounting this volume allows the logs to persist across upgrades.

Running the container

To start the Fabricate web application, run the following command.

This example starts the application on port 3000, but you can use any port:

docker run -d --name fabricate --env-file fabricate.env -p 3000:3000 fabricate:latest

Last updated