Skip to content

TerrifiedBug/komodo-stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Komodo Stacks

This repository contains a collection of Docker Compose stacks for various self-hosted applications and services. Each project is organized into its own directory with its own configuration files.

Usage

Each project directory contains at least:

  • compose.yaml - The Docker Compose configuration (Default name used by Komodo)
  • README.md - Project-specific documentation (Sometimes...)
  • .env - Environment variables for configuration (may need to be created)

General Instructions

  1. Navigate to the project directory of your choice:

    cd projects/project-name
  2. Create or edit the .env file with your configuration:

    nano .env
  3. Start the service:

    docker-compose up -d
  4. Check the logs:

    docker-compose logs -f

Maintenance

This repository is automatically synced from a set of individual Gitea repositories using a custom synchronization tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published