Skip to content

Releases: admturner/beluga

1.2.0

10 Aug 15:29
83852a6
Compare
Choose a tag to compare

Notable changes

Features

  • 🐳 Create beluga entrypoint script and supporting lifecycle scripts with commands to manage the Docker containers. (545b88c)
  • ✨ Add mailhog service for managing WP system emails. (96f6096d)
  • ✨ Add phpmyadmin service for direct database access (ed047d7)

Code Quality

  • Fix yml file spacing.

Documentation

  • 📝 Update readme with new script instructions. (87b66dd)

1.2.0 RC1

03 Aug 17:12
d1ee2ce
Compare
Choose a tag to compare
1.2.0 RC1 Pre-release
Pre-release

Notable changes

Features

  • ✨ Add mailhog service for managing WP system emails. (96f6096d)
  • ✨ Add phpmyadmin service for direct database access (ed047d7)

Code Quality

  • Fix yml file spacing.

1.1.1

31 Jul 15:22
3905b06
Compare
Choose a tag to compare

Notable changes

Bug Fixes

🐛 Fix #1 modify file permissions to give system user access. (2ad2373)

Enhancements

  • Use environment variable fallback values for when .env isn't found.

1.0.0

24 Jul 16:40
Compare
Choose a tag to compare

Notable changes

Features

  • Add environment variables example file for database credentials.
  • Add Docker Compose file with MySQL database and WordPress images, a shared DB volume, and WordPress content volume.

Enhancements

  • Add uploads.ini file, mapped to image conf.d directory, to increase default WP upload limit size.

Code Quality

  • Add .editorconfig file to manage coding style.

Documentation

  • 📝 Add readme, license, and changelog files.

Project Management

  • Tell Docker to ignore the .env file.
  • ✅ Add Github issue and pull request templates. (3e5f2a9)
  • Add Git configuration files.