Skip to content
/ deploy Public

deploy is an open-source project that provides ready-to-use Docker Compose deployment files for commonly used infrastructure components. It aims to simplify the setup of development and production environments by offering modular, configurable, and easy-to-understand deployment templates.

License

Notifications You must be signed in to change notification settings

haysons/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

deploy is an open-source project that provides ready-to-use Docker Compose templates for commonly used infrastructure components. It is designed to help developers quickly spin up services in local development environments for testing, debugging, and experimentation.

✨ Features

  • Local-first: Preconfigured Docker Compose files designed specifically for local development
  • 🧩 Modular structure: Each service is isolated in its own directory and can be used independently or composed together
  • ⚙️ Clean configurations: Minimal, readable defaults that are easy to customize
  • 📁 Organized layout: Consistent directory naming and structure for easy navigation
  • 🚀 Quick start: No complex setup — just Docker and Docker Compose

📦 Available Components

The following services are currently available (with more to come):

  • etcd
  • mysql
  • nebula-graph
  • tidb
  • clickhouse
  • meilisearch
  • minio
  • mongodb
  • nats
  • nsq
  • redis
  • etc.

▶️ Quick Start Example

cd docker/mysql
docker-compose up -d

About

deploy is an open-source project that provides ready-to-use Docker Compose deployment files for commonly used infrastructure components. It aims to simplify the setup of development and production environments by offering modular, configurable, and easy-to-understand deployment templates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published