mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-12-02 18:23:02 +00:00
Add pre-commit hook (#8)
* Add pre-commit hook * Fix progress * Update hook --------- Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
016da166dd
commit
946cde1ea6
@@ -49,12 +49,12 @@ docker compose --profile blue up --wait --remove-orphans --scale web-blue=5
|
||||
Вывод
|
||||
|
||||
```output
|
||||
✔ Network docker_default Created 0.0s
|
||||
✔ Container docker-nginx-proxy-1 Healthy 0.1s
|
||||
✔ Container docker-web-blue-2 Healthy 0.1s
|
||||
✔ Container docker-web-blue-4 Healthy 0.1s
|
||||
✔ Container docker-web-blue-3 Healthy 0.0s
|
||||
✔ Container docker-web-blue-5 Healthy 0.1s
|
||||
✔ Network docker_default Created 0.0s
|
||||
✔ Container docker-nginx-proxy-1 Healthy 0.1s
|
||||
✔ Container docker-web-blue-2 Healthy 0.1s
|
||||
✔ Container docker-web-blue-4 Healthy 0.1s
|
||||
✔ Container docker-web-blue-3 Healthy 0.0s
|
||||
✔ Container docker-web-blue-5 Healthy 0.1s
|
||||
✔ Container docker-web-blue-1 Healthy 0.1s
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user