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
Artem Golub 16e4b3d670 reverse update 2 weeks ago
.vscode feat: scaffolding React rewrite, work-in-progress 4 years ago
deploy fix: cleanup docker-compose 4 years ago
services reverse update 2 weeks ago
.gitignore build: server 4 years ago
.prettierrc feat: scaffolding React rewrite, work-in-progress 4 years ago
CONTRIBUTING.md readme updates 3 weeks ago
LICENSE feat: initial version 4 years ago
Makefile cleanup 2 weeks ago
README.md readme updates 3 weeks ago
docker-compose.yml cleanup 2 weeks ago

README.md

Container Tool Kit

Visually generate docker compose & kubernetes manifests.

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 # starts the FastAPI backend and database
cd services/frontend && npm i && npm run start

Docs