Skip to content

0.1.2 (2024-04-15)

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 10:29
· 212 commits to develop since this release
9865d75

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)