Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shiotomo/docker_balancing_sample
- Owner: shiotomo
- Created: 2019-02-04T14:07:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T12:42:02.000Z (almost 6 years ago)
- Last Synced: 2024-12-08T00:07:49.320Z (about 2 months ago)
- Topics: docker, docker-compose, load-balancer, nginx, ruby, sinatra
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-balancing-sample
## これのリポジトリについて
DockerComposeとNginxを使ってロードバランサの動きを確認するためのものです。
## 使用技術
- Docker
- DockerCompose
- Nginx
- Ruby
- Sinatra## 実行方法
```
docker-compose up --scale web=2
```