- Lucky now uses
DB_URL
instead ofDATABASE_URL
. - Bumped
lucky-crystal
image and Hasura versions. - Add
shard.lock
to repo after images are built now.
- Removed docker-sync dependency.
- Reduced image size by 73% by switching to Crystal+Lucky-Alpine image.
- Reduced build time by 30% by reusing built images in CI.
- Reorganized guides to get up and running first with improvements to follow.
- Increased security by using non-root user in Docker and Production environments.
- Increased security by auto-generating secrets in
bootstrap
script and moving them out of shell startup files.
Initial release