FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

InternationalCodeCouncil/docker-php-boilerplate: Boilerplate for running a php app with docker. Includes nginx, redis. · GitHub

 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP Boilerplate

  • php: 7.4
  • nginx: 3.11
  • redis: 4

Docker boilerplate for quickly setting up a basic working php environment. Database not included. Feel free to modify for your own needs.

TIMEZONE=America/Chicago

# Basic symfony env var
APP_ENV=dev
APP_SECRET=4ed97b1ae17b2550a74e5bd20cdb7fa3

# Provide github token to composer for private repos
COMPOSER_AUTH='{"github-oauth":{"github.com":""}}'

WEB_PORT=8080
docker-compose up --build
http://localhost:8080

About

Boilerplate for running a php app with docker. Includes nginx, redis.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL