Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

---

## About

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

## Install

### 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
```

---

## Support

[Submit an issue](https://github.com/seantrane/dockerville/issues/new), in which you should provide as much detail as necessary for your issue.

## Contributing

Contributions are always appreciated. Read [CONTRIBUTING.md](https://github.com/seantrane/dockerville/blob/master/CONTRIBUTING.md) documentation to learn more.

## Changelog

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).

---

## License

[ISC License](https://github.com/seantrane/dockerville/blob/master/LICENSE)

Copyright (c) 2019 [Sean Trane Sciarrone](https://github.com/seantrane)