This repository contains several resources to configure/execute Fractal services in a containerized environment. This currently serves three scopes:
- 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
examples
folder includes several docker-compose projects that can be used for a Fractal demo or as a testing environment for developing new features. You may use theexamples/full-stack
one to get started with a fresh Fractal instance.
⚠️ 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.⚠️