Skip to content

Monorepo template for developing, maintaining container-based services.

License

Notifications You must be signed in to change notification settings

seantrane/template-repository

Repository files navigation

template-repository

A monorepo example for developing and maintaining a cluster of container-based services and applications.

Commitizen friendly semantic-release Continuous Integration Continuous Delivery Continuous Deployment

Table of Contents


About

template-repository is a monorepo example for developing and maintaining a cluster of container-based services and applications.

Install

Step 1: Clone the repository

git clone [email protected]:seantrane/template-repository.git template-repository && cd template-repository

Step 2: Run docker-compose to build and launch images/containers

# Build the images:
docker-compose build

# Start the containers:
docker-compose up --build

# Stop the containers:
docker-compose stop

# Stop and remove containers, networks, images, and volumes:
docker-compose down

Support

Submit an issue, in which you should provide as much detail as necessary for your issue.

Contributing

Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.

Changelog

Release details are documented in the CHANGELOG.md file, and on the GitHub Releases page.


License

ISC License

Copyright (c) 2020 Sean Trane Sciarrone