https://github.com/compose-x/compose-x-labs
Repository containing example docker-compose files of well-known applications to deploy on AWS with Compose-X Apps.
https://github.com/compose-x/compose-x-labs
Last synced: 11 months ago
JSON representation
Repository containing example docker-compose files of well-known applications to deploy on AWS with Compose-X Apps.
- Host: GitHub
- URL: https://github.com/compose-x/compose-x-labs
- Owner: compose-x
- License: apache-2.0
- Created: 2021-07-24T16:43:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T15:05:41.000Z (over 3 years ago)
- Last Synced: 2025-07-08T13:42:33.536Z (11 months ago)
- Language: Makefile
- Homepage: https://labs.compose-x.io
- Size: 765 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====================
Compose-X Labs
====================
This repository aims to show-case Compose-X projects to deploy on AWS ECS (with many other AWS Services) well known
applications, CMS, and other more specialized applications.
Applications
=============
* ECS Compose-X (`Source `__ | `Docs `__ | `AWS SAR `__)
* ECS Files Composer (`Source `__ | `Docs `__)
* ECR Scan Reporter (`Source `__ | `Docs `__ | `AWS SAR `__)
Pre-requisites
===============
Have an AWS Account and either configure a profile for it to use the CLI, or head to `AWS SAR to install the Compose-X
CloudFormation Macro`_
Use ECS Compose-X as CLI
--------------------------
.. code-block:: console
# Install for you user
python3 -m pip install ecs-composex --user
# Install in a virtual environment
python3 -m venv venv
source venv/bin/activate
python3 -m pip install ecs-composex
# With docker
docker run --rm -e AWS_PROFILE=$AWS_PROFILE -v $HOME/.aws/:/root/.aws public.ecr.aws/compose-x/compose-x
Initialize your AWS Account for ECS Compose-X (see `requisites`_)
.. code-block:: console
ecs-compose-x init # Will create a default directory, enable ECS Features.
Applications examples
=======================
A majority of examples are taken from `awesome-compose`_ and otherwise well-known applications.
Having worked a lot recently with Kafka, a number of these examples will reflect work recently done to deploy kafka
applications as well.
.. _requisites: https://docs.compose-x.io/requisites.html
.. _AWS SAR to install the Compose-X CloudFormation Macro: https://serverlessrepo.aws.amazon.com/applications/eu-west-1/518078317392/compose-x
.. _awesome-compose: https://github.com/compose-x/awesome-compose