Configs
Versioned configuration files (JSON, YAML, plain text, env) delivered to your containers as mounted volumes.
4 articles
Env Files
Env files store versioned KEY=VALUE environment variables on Bahriya, injected into containers at runtime with validation, rotation and rollback.
2 minJSON Configs
JSON configs store validated, versioned JSON configuration files on Bahriya, mounted into containers at an exact file path with rotation and rollback.
2 minYAML Configs
YAML configs store syntax-validated YAML configuration files on Bahriya, mounted into containers at an exact file path with versioning and rotation.
2 minPlain Configs
Plain configs store arbitrary text configuration files on Bahriya, from ini and conf to custom formats, versioned and mounted into your containers.
2 min