Upgrading Fabricate from Docker Compose

When an upgrade is available:

  1. Pull the latest Fabricate Docker image.

  2. To deploy the new version of the Fabricate service, issue the following commands:

docker login -u='<username>' -p='<password>' quay.io
docker pull quay.io/tonicai/fabricate:latest
docker pull quay.io/tonicai/fabricate-html-to-pdf-sidecar:latest
docker compose -f docker-compose.yml up -d --force-recreate --remove-orphans

When Fabricate restarts, the required database changes are applied automatically.

Last updated

Was this helpful?