Skip to content

Commit

Permalink
Merge branch 'release/0.18.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Buchholz committed Aug 10, 2021
2 parents 2b40936 + e1594a4 commit 966626a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.8-fpm-alpine
FROM php:8.0.9-fpm-alpine

ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
Expand Down
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 966626a

Please sign in to comment.