Skip to content

v1.1.28

Compare
Choose a tag to compare
@Andriiklymiuk Andriiklymiuk released this 21 Oct 14:24
· 404 commits to main since this release

Breaking changes

Changed depends_on_db schema in corgi-compose.yml file.

depends_on_db:
  - serviceName

to

depends_on_db:
  - name: serviceName

Changelog

  • 839d0b5 Update dependsOnDb schema