8000 GitHub - ddjain/ECS2Compose: Convert AWS ECS Task Definitions to Docker Compose format instantly.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Convert AWS ECS Task Definitions to Docker Compose format instantly.

Notifications You must be signed in to change notification settings

ddjain/ECS2Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 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

0