1 min read

Manage Docker with Komodo

Manage Docker with Komodo

As of recently ive started using Docker-Compose with a Docker-compose file.
What always annoyed me was updating of my Stack and not knowing on on which.

It also is a good alternative to Portainer in looks and features.

How to setup Komodo

  1. Get the Docker Compose here

  2. Deploy it

  3. Boom you got the UI.

  4. Setup a Server and change the URL to http://komodo-periphery:8120

  5. Now you can use it~

How do i use it?

I use Komodo to deploy my Docker-Compose from Github.

For this i've set it up like this:

  1. Open Dashboard and create a new Stack

  2. Name it after my Folder on Github e.g mainstack or change the Project name to mainstack

  3. Add a Git Repo like this for my case!2024-09-07-17-47-11-image.png

  4. Add my environment file!2024-09-07-17-48-13-image.png

  5. Make sure the env File Path is atleast set to /etc/komodo/stacks/ and the the Name of the Stack -> Folder with compose file

  6. Deploy the Stack and you should see this after it is done loading2024-09-07-17-50-13-image.png