Skip to content

fractal-analytics-platform/fractal-containers

Repository files navigation

fractal-containers

Fractal containers

This repository contains several resources to configure/execute Fractal services in a containerized environment. This currently serves three scopes:

  1. The images folder and the related publish_*.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).
  2. 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.
  3. 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 the examples/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. ⚠️