A monorepo example for developing and maintaining a cluster of container-based services and applications.
template-repository
is a monorepo example for developing and maintaining a cluster of container-based services and applications.
git clone [email protected]:seantrane/template-repository.git template-repository && cd template-repository
# 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
Submit an issue, in which you should provide as much detail as necessary for your issue.
Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.
Release details are documented in the CHANGELOG.md file, and on the GitHub Releases page.
Copyright (c) 2020 Sean Trane Sciarrone