Visual composer for container based workloads
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Samuel Rowe cfb893ad2e temp 3 years ago
.vscode feat: scaffolding React rewrite, work-in-progress 3 years ago
deploy build: server 3 years ago
services temp 3 years ago
.gitignore build: server 3 years ago
.prettierrc feat: scaffolding React rewrite, work-in-progress 3 years ago
COMMIT.md Create COMMIT.md 3 years ago
CONTRIBUTING.md fix: contributing.md update 3 years ago
LICENSE feat: initial version 3 years ago
Makefile build: updated Makefile to use `docker compose` 3 years ago
README.md Update README.md 3 years ago
docker-compose.yml feat: github auth 3 years ago

README.md

Container ToolKit

Visually generate docker compose manifests and deploy apps to AWS ECS (coming soon).

Alt text

Local setup and development

On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC to run make commands for convenience, or just run the commands from the Makefile by hand.

To get the tool working locally, just run:

make up
make local_server_init
make dev_server
cd services/frontend && npm i && npm run start

Server

make up
make local_server_init
make dev_server

... this command will bring up the backend, the database, sync migrations,

Project roadmap

  • Kubernetes manifest generation.
  • ECS deployment.
  • K8S deployment.

Docs