Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Baykanurov committed Oct 28, 2023
1 parent d203dac commit f43f4a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ docker pull baykanurov/otus-reddit:1.0

## Docker-3
### Что было сделано:
1. Написал Dockerfiles для сервисов:
1. Написал Dockerfile и собрал образ для каждого из сервисов приложения:
- **post-py**
- **comment**
- **ui**
```shell
docker build -t baykanurov/post:1.0 ./post-py
docker build -t baykanurov/comment:1.0 ./comment
docker build -t baykanurov/ui:1.0 ./ui
```
2. Запустил и проверил, что всё работает
```shell
docker network create reddit
Expand Down

0 comments on commit f43f4a3

Please sign in to comment.