docker-taiga icon indicating copy to clipboard operation
docker-taiga copied to clipboard

General update

Open ajira86 opened this issue 6 years ago • 4 comments

This is an update to Taiga 3.3.2

This update include use of gunicorn instead of test server which is not recommended

Because the update of taiga-back from 3.3.1 to 3.3.2 needs migrate, I updated entrypoint to:

  • Recollect static on restart
  • Try to migrate on restart
  • Recompile messages on restart

This will help to close the issues #53 #35 #27

This is including pull request #43 (and revert default port to 8000 instead of 8001)

You can check the result directly with generated images from https://hub.docker.com/r/novanet/taiga/tags/

ajira86 avatar May 28 '18 19:05 ajira86

@benhutchins any reason not to merge this into master?

lechup avatar Jun 07 '18 15:06 lechup

@lechup certainly a lack of time to read, test and comment @benhutchins perhaps could we create a "team" under this project to help you ? otherwise I could make my fork a project apart and continue from my side...

ajira86 avatar Jun 08 '18 09:06 ajira86

Thanks @ajira86. I've tested the image on my server and it works like a charm.

anddann avatar Jun 15 '18 08:06 anddann

Looks like this update is good, I'll get this merged.

benhutchins avatar Jan 18 '19 19:01 benhutchins