Skip to content

Releases: MTSWebServices/syncmaster

0.1.3 (2024-04-15)

15 Apr 14:57
600923c

Choose a tag to compare

Bug Fixes

Fix backend image entrypoint.

0.1.2 (2024-04-15)

15 Apr 10:29
9865d75

Choose a tag to compare

Features

  • Rename syncmaster.backend.main module to syncmaster.backend. It now also accepts the same args as uvicorn. (#35)
  • Add syncmaster.db.migrations module to run alembic with proper config. (#35)
  • Change backend and worker images to use entrypoint. (#35)

Improvements

  • Run database migrations in the entrypoint of backend image, before starting the backend server. (#35)
  • Add healthchecks to example docker-compose.yml. (#35)

0.1.1 (2024-03-29)

29 Mar 12:16
d570433

Choose a tag to compare

SyncMaster is now open source!