File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.0.8 -fpm-alpine
1
+ FROM php:8.0.9 -fpm-alpine
2
2
3
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
Original file line number Diff line number Diff line change 1
- # docker-laravel ` WIP `
1
+ # ` docker-laravel `
2
2
3
- [ ![ 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/ )
4
3
[ ![ Release] ( https://img.shields.io/github/release/sourceboat/docker-laravel.svg?style=flat-square )] ( https://github.com/sourceboat/docker-laravel/releases )
5
4
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/sourceboat/docker-laravel.svg?style=flat-square )] ( https://hub.docker.com/r/sourceboat/docker-laravel/ )
6
5
[ ![ Image Size] ( https://img.shields.io/docker/image-size/sourceboat/docker-laravel?style=flat-square )] ( https://microbadger.com/images/sourceboat/docker-laravel )
7
- [ ![ MicroBadger Layers] ( https://img.shields.io/microbadger/layers/sourceboat/docker-laravel.svg?style=flat-square )] ( https://microbadger.com/images/sourceboat/docker-laravel )
8
6
9
7
A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
10
8
11
9
## What's included?
12
10
13
- ` WIP `
11
+ This Image includes some features to ease the work with Laravel in Docker:
12
+ - Tooling and extensions needed for Laravel applications
13
+ - Dependency management: Composer, Npm and Yarn
14
+ - Datastores: MariaDB, MySQL, Redis
15
+ - [ Startup commands] ( #startup-commands )
14
16
15
17
## Usage
16
18
17
- ### Development
18
-
19
19
Create a ` Dockerfile ` with the following contents (and adjust version tag):
20
20
21
21
``` dockerfile
@@ -105,10 +105,6 @@ services:
105
105
- "MYSQL_DATABASE=default"
106
106
` ` `
107
107
108
- # ## Production
109
-
110
- ` WIP`
111
-
112
108
# # Changelog
113
109
114
110
Check [releases](https://github.com/sourceboat/docker-laravel/releases) for all notable changes.
You can’t perform that action at this time.
0 commit comments