Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seantrane/dockerville
A monorepo example for developing and maintaining a cluster of container-based services and applications.
https://github.com/seantrane/dockerville
Last synced: 5 days ago
JSON representation
A monorepo example for developing and maintaining a cluster of container-based services and applications.
- Host: GitHub
- URL: https://github.com/seantrane/dockerville
- Owner: seantrane
- License: isc
- Created: 2020-05-22T14:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:56:10.000Z (almost 2 years ago)
- Last Synced: 2023-08-13T04:10:43.254Z (over 1 year ago)
- Language: Dockerfile
- Size: 177 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Dockerville
> A monorepo example for developing and maintaining a cluster of container-based services and applications.
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## Table of Contents
- [About](#about)
- [Install](#install)
- [Support](#support)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)---
Dockerville is a monorepo example for developing and maintaining a cluster of container-based services and applications.
### Step 1: Clone the repository
```sh
git clone [email protected]:seantrane/dockerville.git dockerville && cd dockerville
```### Step 2: Run docker-compose to build and launch images/containers
```sh
# 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](https://github.com/seantrane/dockerville/issues/new), in which you should provide as much detail as necessary for your issue.
Contributions are always appreciated. Read [CONTRIBUTING.md](https://github.com/seantrane/dockerville/blob/master/CONTRIBUTING.md) documentation to learn more.
Release details are documented in the [CHANGELOG.md](https://github.com/seantrane/dockerville/blob/master/CHANGELOG.md) file, and on the [GitHub Releases page](https://github.com/seantrane/dockerville/releases).
---
[ISC License](https://github.com/seantrane/dockerville/blob/master/LICENSE)
Copyright (c) 2019 [Sean Trane Sciarrone](https://github.com/seantrane)