DAS_2024_1/klyushenkova_ksenia_lab_1/readme.md
2024-10-12 23:40:16 +04:00

33 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Клюшенкова Ксения ПИбд-42
## Выбранные сервисы:
1. mediawiki Движок вики
2. redmine Система учёта багов, т.е. баг-трекер.
3. MySQL - база данных для сервисов
## Были использованы следующие технологии:
1. git
2. docker
3. docker-compose
## Запуск
Запуск всех сервисов происходит через команду:
```bash
docker-compose up -d
```
Информация о запуске выводится в консоль:
```
[+] Running 5/5
✔ Network klushenkova_ksenia_lab_1_default Created 0.1s
✔ Container db Started 1.5s
✔ Container redmine-mysql Started 1.4s
✔ Container wiki Started 2.0s
✔ Container redmine Started 1.9s
```
## Скриншот работы
Docker Desktop:
![скриншот](screenshot.png)
## [Видео](https://disk.yandex.ru/i/6asdBJtp3fxYCA)