github eitchtee/WYGIWYH 0.8.0

latest releases: 0.20.2, 0.20.1, 0.20.0...
15 months ago

Single Container

WYGIWYH can now be ran as a single container only requiring an external postgres database, this is now the recommended way of running it as it allows for better integration between WYGIWYH and Procrastinate and fixes some bugs related to caching.

See docker-compose.prod.yml for an example on how to setup. The only changes you need to do is the removal of procrastinate's container, replace /start with /start-single on web's command, you can also remove the mapped volume required for the import function.

Note

The legacy way of running, using two containers, is still supported and requires no changes, but I encourage you to update whenever possible.

Nightly Image

We now offer a :nightly tag on docker, that's always built against the main repository and should contain most recent and ready to use changes.

Using this is only recommend for testing purposes, as there can be breaking undocumented changes, most users should keep using :latest or a fixed version tag.


What's Changed

  • feat: store selected "order by" on session by @eitchtee in #96
  • feat(import:v1): accept list as source, first valid one will be used. by @eitchtee in #97
  • feat: cleanup expired sessions every first day of month at 6am by @eitchtee in #98
  • docker: add single-container support by @eitchtee in #99
  • feat: reduce db queries when saving order on session by @eitchtee in #103

Full Changelog: 0.7.8...0.8.0

Don't miss a new WYGIWYH release

NewReleases is sending notifications on new releases.