{"id":24698572,"url":"https://github.com/faradayio/ecs_compose","last_synced_at":"2025-07-22T22:06:05.785Z","repository":{"id":35728413,"uuid":"40006865","full_name":"faradayio/ecs_compose","owner":"faradayio","description":"WORK IN PROGRESS: docker-compose.yml-based interface for Amazon EC2 Container Service (ECS)","archived":false,"fork":false,"pushed_at":"2020-12-15T18:01:51.000Z","size":75,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-29T06:42:55.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faradayio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-31T13:35:10.000Z","updated_at":"2020-12-15T18:01:54.000Z","dependencies_parsed_at":"2022-07-20T23:33:30.546Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/ecs_compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faradayio/ecs_compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fecs_compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fecs_compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fecs_compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fecs_compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/ecs_compose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fecs_compose/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266499461,"owners_count":23938870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-27T04:29:20.659Z","updated_at":"2025-07-22T22:06:05.759Z","avatar_url":"https://github.com/faradayio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EcsCompose\n\n**This is a work in progress!**\n\nThis gem attempts to provide a `docker-compose`-like interface to Amazon EC2 Container Service (ECS).  It takes a `docker-compose.yml` file, and uses the included container definitions to update an ECS task definition and an ECS service.\n\nThis is still somewhat rudimentary, and the command-line interface is subject to change.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ecs_compose'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install ecs_compose\n\n## Usage\n\nUsing the Amazon Web Services console, create a new ECS cluster and define a service `my-service`.  Describe your service using a standard `docker-compose.yml` file.  Then run:\n\n```sh\necs-compose -i service:my-service up\n```\n\nThis will update the task definition `my-service`, and then update the running copy of `my-service` to the new task definition.  The `-i` argument specifies the ECS task type (a one-shot `task`, or a persistent `service`, as well as a value to use as the task definiton name and family name on ECS.\n\nThere's also a \"manifest\" mode that allows you to work with multiple\n`docker-compose.yml` files, each defining a different service or task.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec ecs_compose` to use the gem in this directory, ignoring other installed copies of this gem.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ecs_compose.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fecs_compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fecs_compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fecs_compose/lists"}