- 🐳 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)
- Fix yml file spacing.
- 📝 Update readme with new script instructions. (87b66dd)
🐛 Fix #1 modify file permissions to give system user access.
- Use environment variable fallback values for when
.env
isn't found.
- 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.
- Add
uploads.ini
file, mapped to imageconf.d
directory, to increase default WP upload limit size.
- Add
.editorconfig
file to manage coding style.
- 📝 Add readme, license, and changelog files.
- Tell Docker to ignore the
.env
file. - ✅ Add Github issue and pull request templates. (3e5f2a9)
- Add Git configuration files.