Cyberia MicroServicesOps
06 / Configuration
Docker Compose Editor
Full YAML control with the environment file beside it.
In this feature
- Syntax-highlighted, foldable Compose YAML
- Environment file edited alongside the services
- Variable interpolation resolved against the environment
- Backup history for every saved revision
- Git check before deploying
- Save only, or Save & Deploy in one action
// In the console
What it looks like
A syntax-highlighted Compose editor with folding, an environment variable editor underneath, backup history and a single Save & Deploy action.
Docker Compose Editor

Power users
No abstraction tax
Anything Compose supports — labels, healthchecks, profiles, traefik router rules — can be written directly. The visual tools never restrict the file.
Safety
Every revision is kept
Backup history stores each saved version, so a bad edit is reverted in a click rather than reconstructed from memory.
Workflow
Deploy from the editor
Save & Deploy applies the file to the correct host and streams the result, so editing and shipping are one step.
Included out of the box
Syntax-highlighted, foldable Compose YAML
Environment file edited alongside the services
Variable interpolation resolved against the environment
Backup history for every saved revision
Git check before deploying
Save only, or Save & Deploy in one action