Dockerized the application (#119)

* dockerized the application

* Update docker.md

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
This commit is contained in:
Ashwanth Balakrishnan
2024-03-13 11:51:23 +05:30
committed by GitHub
parent 606f77da71
commit 03ff0aec9c
7 changed files with 84 additions and 0 deletions

15
docker.md Normal file
View File

@@ -0,0 +1,15 @@
# Docker
- Built on Python 3.10 image
- Uses PostgreSQL 16 Database
- Creates admin user with default username - 'admin' & password - 'admin'
# Docker & Docker compose installation
- [Linux Docker Desktop](https://docs.docker.com/desktop/install/linux-install/)
- [Windows Docker Desktop](https://docs.docker.com/desktop/install/windows-install/)
- [Mac Docker Desktop](https://docs.docker.com/desktop/install/mac-install/)
## Build & Run
- ```docker compose up```