Comment icon indicating copy to clipboard operation
Comment copied to clipboard

fix(#259): docker-compose error on building sample project.

Open NaGaii1994 opened this issue 2 years ago • 1 comments

  • Change base image from alpine to slim-bullseye because using alpine can make python docker slower.
  • Update postgres image from 9.6 to 14.
  • Fix bug that django container connect database before database is ready.

NaGaii1994 avatar Nov 03 '22 13:11 NaGaii1994

Codecov Report

Base: 99.89% // Head: 99.89% // No change to project coverage :thumbsup:

Coverage data is based on head (02ee66a) compared to base (0d600b9). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #260   +/-   ##
========================================
  Coverage    99.89%   99.89%           
========================================
  Files           56       56           
  Lines         1994     1994           
  Branches       162      161    -1     
========================================
  Hits          1992     1992           
  Misses           1        1           
  Partials         1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Nov 05 '22 06:11 codecov-commenter