📄️ raftt.yml
The configuration of Raftt is located in the raftt.yml file that is created the first time you run raftt up for the repository.
📄️ The .raftt File
Overview
📄️ Dev Container
In addition to the containers that are a part of you "original" environment, another "special" container is created when an environment is spawned - the dev container (named dev by default).
📄️ Warmup Script
The warmup script is optional, and deprecated. It is recommended to use the prebuild scripts feature instead. There are a couple other ways to accomplish initialization before runtime (contact us for more info)
📄️ Database Seeding
When spawning environments, you might want to populate your databases with data before using the environment.
📄️ Private Image Registries
The Raftt environment controller requires access to the image registries from which the workload images are pulled. This is to fetch their metadata, including the entrypoint, args and more. If the images are publicly available (for example, on Dockerhub), nothing needs to be done. Otherwise, it may be necessary to configure access to private registries.