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:
committed by
GitHub
parent
606f77da71
commit
03ff0aec9c
15
docker.md
Normal file
15
docker.md
Normal 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```
|
||||
Reference in New Issue
Block a user