Update README.md with Docker compose instructions and fix formatting

This commit is contained in:
Mert Cobanov 2024-04-26 05:14:22 +03:00
parent df884f8ae4
commit 4fdcfaf942

View File

@ -48,9 +48,6 @@ docker run -p 7860:7860 web_summarizer
# Run if you run ollama on host # Run if you run ollama on host
docker run --network='host' -p 7860:7860 web_summarizer docker run --network='host' -p 7860:7860 web_summarizer
# Run both app and ollama as docker containers
docker compose up
``` ```
@ -58,10 +55,10 @@ docker compose up
To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities. To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities.
- [ ] Summarizer youtube - [ ] Summarize youtube videos
- [x] Dockerize project - [x] Dockerize project
- [ ] Serve on web - [ ] Serve on web
## License ## License
This script is released under the MIT License. See the LICENSE file in the repository for full details. This script is released under the MIT License. See the [LICENSE](./LICENSE) file in the repository for full details.