An open API service indexing awesome lists of open source software.

https://github.com/ddjain/ecs2compose

Convert AWS ECS Task Definitions to Docker Compose format instantly.
https://github.com/ddjain/ecs2compose

aws cloud containerization containerization-with-docker devops docker-compose docker-compose-builder ecs json json-parser task-definition taskdefination yaml yaml-builder yaml-configuration

Last synced: about 1 month ago
JSON representation

Convert AWS ECS Task Definitions to Docker Compose format instantly.

Awesome Lists containing this project

README

        

# 🐳 ECS to Docker Compose Converter

A simple web-based tool that converts AWS ECS Task Definition JSON into a Docker Compose YAML file. Useful for developers who want to test ECS configurations locally or migrate workloads with ease.

---

## ✨ Features

- Convert ECS JSON task definitions to Docker Compose format
- Supports:
- Multiple containers
- Environment variables (including secrets)
- Port mappings
- Volume mounts
- `depends_on` relationships
- Live dual-pane editor using Ace Editor
- Instant YAML generation with a single click

## Demo

You can try the app live here: [ECS2Compose Demo](https://ddjain.github.io/ECS2Compose/)