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.
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)
-
Navigate to the project directory of your choice:
cd projects/project-name
-
Create or edit the
.env
file with your configuration:nano .env
-
Start the service:
docker-compose up -d
-
Check the logs:
docker-compose logs -f
This repository is automatically synced from a set of individual Gitea repositories using a custom synchronization tool.