All Projects → joelshepherd → laravel-docker-template

joelshepherd / laravel-docker-template

Licence: MIT license
A production-ready docker template for Laravel applications.

Projects that are alternatives of or similar to laravel-docker-template

React.ai
It recognize your speech and trained AI Bot will respond(i.e Customer Service, Personal Assistant) using Machine Learning API (DialogFlow, apiai), Speech Recognition, GraphQL, Next.js, React, redux
Stars: ✭ 38 (+26.67%)
Mutual labels:  production-ready
WeTextProcessing
Text Normalization & Inverse Text Normalization
Stars: ✭ 213 (+610%)
Mutual labels:  production-ready
Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+5096.67%)
Mutual labels:  production-ready
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+21676.67%)
Mutual labels:  production-ready
Entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Stars: ✭ 6,017 (+19956.67%)
Mutual labels:  production-ready
setonas
Setonas Programming Language
Stars: ✭ 19 (-36.67%)
Mutual labels:  production-ready
react-boilerplatinum
A React scaffold focused in developer experience
Stars: ✭ 20 (-33.33%)
Mutual labels:  production-ready
hapi-moon
Hassle-free and production ready hapi.js Server boilerplate
Stars: ✭ 23 (-23.33%)
Mutual labels:  production-ready
wenet
Production First and Production Ready End-to-End Speech Recognition Toolkit
Stars: ✭ 2,384 (+7846.67%)
Mutual labels:  production-ready
saco
A pre customized, express server for single page web apps that aims to be production ready.
Stars: ✭ 22 (-26.67%)
Mutual labels:  production-ready

Laravel Docker Template

A multi-stage, production-ready docker template for Laravel applications. Plays well with continuous integration pipelines.

Used to power the Laravel API cluster behind https://question.cafe.

Features

  • Production-ready
  • Optimised for build time & size
  • OPCache optimised for immutable environment
  • phpredis for blazing-fast Redis (be sure to change client to phpredis in your config/database.php file)
  • Frontend webpack asset compiling
  • Backend composer requirements
  • Ready to ship to a production cluster

Requirements

  • Docker version >=17.05 (for multi-stage builds)

How to use

  1. Copy the .docker folder and .dockerignore into your project
  2. Edit the configuration files as necessary (php extensions, different npm build command etc.)
  3. Run docker build -f .docker/build/Dockerfile . and ship the image!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].