This repository contains several resources to configure/execute Fractal services in a containerized environment. This currently serves three scopes:
- This repo provides examples for how to run Fractal that are useful for demos and testing. Specifically, the
examples/full-stack
folder contains the core Getting started with Fractal example. - The
images
folder and the relatedpublish_*.yml
GitHub Action workflows are used to publish a set of relevant images (see https://github.com/orgs/fractal-analytics-platform/packages?repo_name=fractal-containers). - The
testing
folder defines a docker-compose project that regularly runs as a GitHub action. This is an end-to-end test which also installs fractal-tasks-core into Fractal and then runs image-processing workflows 01 and 02 from fractal-demos.
⚠️ The current form of this repository is only used for testing and demos. This may change in the future, but you are not advised to use these containers/images for production instances.⚠️