Skip to content

Releases: WebSpellChecker/wproofreader-docker

v5.27.2

17 Feb 12:21
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.27.2.

v5.27.1

14 Feb 14:26
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.27.1.

v5.27.0

07 Feb 13:27
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.27.0.

Enhancements

  • Added ability to enable service DB using ENV variable

v5.26.2

15 Dec 11:21
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.26.2.

v5.26.1

12 Dec 14:30
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.26.1.

v5.26.0

29 Nov 17:42
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.26.0.

Enhancements

  • Added ability to use non-default certificate file names (instead of cert.pem and key.pem) using environment variables.
  • Added a sample Docker Compose configuration to the README file.

Bug fixes

  • Bug: Each container restart causes reactivation of the license even if the license was activated during the image build.
  • Bug: The relative path to startService.sh script is used instead of the absolute in the Dockerfile entrypoint.

v5.25.0

17 Oct 08:30
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.25.0.

v5.24.0

22 Sep 20:41
Compare
Choose a tag to compare

Updated Docker configuration to match package v5.24.0.

Note! This update contains breaking changes which are not compatible with earlier versions of the product package released before v5.24.0.

Major updates

  • Merge SSL and non-SSL configurations to use a single approach with the help of environment variables.
  • Get rid of specifying build parameters in config.ini file and use build-arg.
  • Use environment variables to redefine some parameters during docker run.
  • Write application logs /opt/WSC/AppServer/Logs to docker logs.
  • Added installation of vim, nano, mc tools to be installed in the container.
  • Added the information message after successful Docker container start providing the link to the application welcome/home page (e.g. http://localhost/wscservice/).
  • Updated image build and container run steps in the README file to match updates listed above.

Bug fixes

  • Bug: Virtual directory URLs aren't configured.

v5.23.0

15 Jul 10:23
cd4299f
Compare
Choose a tag to compare
Merge pull request #12 from WebSpellChecker/update_config_files

Update config files

v5.22.0

30 Jun 11:54
Compare
Choose a tag to compare
Update ReadMe to NGINX