A curated set of Docker Compose templates designed for rapid deployment and configuration of containerized applications.
This repository provides a collection of ready-to-use docker-compose.yml templates to streamline the setup of various services and development environments.
The repository includes templates for:
- Commonly used services (e.g., databases, web servers)
- Development environments
- Monitoring and logging tools
- Reverse proxies and load balancers
- Each template is organized in its own directory with accompanying configuration files as needed.
- Clone the repository:
git clone https://github.com/laspavel/docker-compose-tmpl.git
cd docker-compose-tmpl- Navigate to the desired template directory:
cd [template-directory]- Review and customize the docker-compose.yml and any associated configuration files as needed.
Deploy the services:
docker compose up -dMIT License.
Suggestions and improvements are welcome! Feel free to open an issue or submit a pull request.
Author: laspavel
Feel free to reach out with questions or ideas.