Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shiotomo/docker_balancing_sample


https://github.com/shiotomo/docker_balancing_sample

docker docker-compose load-balancer nginx ruby sinatra

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker-balancing-sample

## これのリポジトリについて

DockerComposeとNginxを使ってロードバランサの動きを確認するためのものです。

## 使用技術

- Docker
- DockerCompose
- Nginx
- Ruby
- Sinatra

## 実行方法

```
docker-compose up --scale web=2
```