Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 449 Bytes

TASKS.md

File metadata and controls

17 lines (8 loc) · 449 Bytes
  • Create docker- compose that will use application and postgres containers for saving data V
    • Initialize postgresql container V
    • Take data from app and insert it in to database (postgresql) V
    • Verify that data is saved in db V
  • Create build.sh script that will automate container builds V
    • Create bash functions that will enable container builds for development process V
  • Document everything under README.md X

gridel