Skip to content

codeenigma/ce-dev

Repository files navigation

ce-dev

Local Stack wrapper tool

Build Status Security Rating Reliability Rating Bugs Quality Gate Status

A local stack based on Docker Compose and Ansible. It aims to be easy to use but also stay flexible and powerful by not hiding complexity behind yet another abstraction layer.

Key features

  • Allows several projects (or the host) to re-use the same ports
  • Allows mixing any Docker images with ce-dev specific ones
  • HTTPS support through mkcert
  • Built-in Unison sync to avoid bind mount slowness on Mac OS
  • Easily build and push ready made images from running containers for you project
  • Only defines a few simple commands, and defers to docker compose and Ansible beyond that