Post

Komodo

Komodo is a build and deployment system that automates the creation of versioned Docker images from Git repositories and facilitates the deployment of Docker containers and Docker Compose setups. It provides features such as build automation triggered by Git pushes, deployment management, and monitoring of uptime and logs across multiple servers. The core API and associated agent are developed in Rust.

Komodo

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/komodo.sh)"

Alpine install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-komodo.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 10 GB OS: Alpine

Configuration

Config file:

1
/opt/komodo/compose.env

Notes

This is an addon script intended to be used on top of an existing Docker container.
Execute within an existing LXC console (Debian / Ubuntu / Alpine supported)
For admin username and password, run: cat ~/komodo.creds
To update, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/komodo.sh)

Web Interface

Port: 9120

Source code
Loading...