Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Buchholz committed Aug 10, 2021
1 parent fe014db commit e1594a4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# docker-laravel `WIP`
# `docker-laravel`

[![Docker Build Status](https://img.shields.io/docker/cloud/build/sourceboat/docker-laravel.svg?style=flat-square)](https://hub.docker.com/r/sourceboat/docker-laravel/builds/)
[![Release](https://img.shields.io/github/release/sourceboat/docker-laravel.svg?style=flat-square)](https://github.com/sourceboat/docker-laravel/releases)
[![Docker Pulls](https://img.shields.io/docker/pulls/sourceboat/docker-laravel.svg?style=flat-square)](https://hub.docker.com/r/sourceboat/docker-laravel/)
[![Image Size](https://img.shields.io/docker/image-size/sourceboat/docker-laravel?style=flat-square)](https://microbadger.com/images/sourceboat/docker-laravel)
[![MicroBadger Layers](https://img.shields.io/microbadger/layers/sourceboat/docker-laravel.svg?style=flat-square)](https://microbadger.com/images/sourceboat/docker-laravel)

A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.

## What's included?

`WIP`
This Image includes some features to ease the work with Laravel in Docker:
- Tooling and extensions needed for Laravel applications
- Dependency management: Composer, Npm and Yarn
- Datastores: MariaDB, MySQL, Redis
- [Startup commands](#startup-commands)

## Usage

### Development

Create a `Dockerfile` with the following contents (and adjust version tag):

```dockerfile
Expand Down Expand Up @@ -105,10 +105,6 @@ services:
- "MYSQL_DATABASE=default"
```

### Production

`WIP`

## Changelog

Check [releases](https://github.com/sourceboat/docker-laravel/releases) for all notable changes.
Expand Down

0 comments on commit e1594a4

Please sign in to comment.