module
Version:
v0.0.0-...-07e2a91
Opens a new window with list of versions in this module.
Published: Feb 26, 2021
License: MIT
Opens a new window with license information.
README
¶
isucon7-qualify
起動
ベンチマーク以外の Docker を構築&起動する。そこそこ時間がかかる。
docker-compose up -d db
docker-compose up -d app
docker-compose up -d web
db は起動時に流し込みがあるため時間がかかる。ログに「MySQL init process done. Ready for start up.」の文字列があれば ok。
docker-compose logs db | grep 'done'
動作確認
open http://127.0.0.1
ベンチマーク
docker-compose up bench
ログイン
docker-compose exec web bash
docker-compose exec app bash
docker-compose exec db bash
チューニングの仕方
docker/app/xxx/
の Dockerfile を webapp/xxx/
に置き、Dockerfile と docker-compose.yml を書き換える(参考 Commit)
- 上記を行ってから
$ docker-compose up -d --build app
Directories
¶
bench
|
|
|
|
|
|
|
|
|
|
|
|
|
|
webapp
|
|
|
|
Click to show internal directories.
Click to hide internal directories.