Summary
This release switches to using the Platform CLI tool for managing the template. This requires a manual migration step for users of previous version of the template that wish to update, for guidance see https://navapbc.github.io/platform-cli/getting-started/migrating-from-legacy-template/
What's Changed
- Support Platform CLI by @doshitan in #54
- Notably, the Docker Compose files that were previously installed to the root of the project have been moved into the app directory and existing services renamed. The Docker Compose database settings have also changed, with the user and database name shifting from
app_rails
toapp
. This will likely require some further tweaks in your project.
- Notably, the Docker Compose files that were previously installed to the root of the project have been moved into the app directory and existing services renamed. The Docker Compose database settings have also changed, with the user and database name shifting from
Full Changelog: v0.2.1...v0.3.0