Sign inSign up

websemantics/spark-docker

By websemantics

Updated over 10 years ago

Docker container for Laravel Spark

Image
1

1.8K

websemantics/spark-docker repository overview

:  Solr ~   : ~.  
\         / .   ` ~   
,''.___.''.   `.    
  /  !  \  `.    `   ______        
'    ;   :    \      \\----\\      __ _  _  _ | /               
                      \\    \\    (_ |_)|_||_)|/  ______                     ____        
                       \\    \\   __)|  | || \|\  \\   \\                  /    /
                     ▒▒ \\____\\___________________\\---\\                /     |
                 ▒▒  ▒▒  '-----\\-------------------\\----'               \     \
                 ▒▒  ▒▒  ▒▒  ▒▒ \\___________________\\   ▒▒              /     \__
              .__▒▒__▒▒__▒▒__▒▒__\_____________________\__▒▒__▒▒         /          \
             /                     \   \   \   \   \   \   \   \________/    /\______\
            |                                                               /
~~. -  . ~  |~ . ~ , ~ .  ~ . ~ ~ .  ~ . ~ , ~ .  . .~   . ~ ~~ . ~...  ~~ / ~.~ ~ -- ~ . ~
            |                __                                         __/
            |_________      (0 )                                      ___/
            | ______   \                                             ___/
             | ______   |                                         __/
              | ________|                                      ____/
               | ______  \                                 _______/
                \________ \______________________________________/

Docker container for Laravel Spark

GitHub license GitHub forks GitHub stars Average time to resolve an issue Percentage of issues still open

Installation

docker pull websemantics/spark-docker
  • Or clone this repo and run,
docker-compose up

Includes

  • Nginx 1.8.1
  • PHP 7.0
  • SQLite
  • MySQL 5.7
  • Redis
  • NodeJS
  • Solr
  • Blackfire
  • Bower
  • Gulp
  • Composer
  • Laravel Envoy
  • Laravel Installer
  • Spark Installer

Environment Variables

TablesAre
APP_NAMEapp
APP_DOMAINspark.dev
APP_EMAIL[email protected]
DB_DATABASEspark
DB_USERNAMEspark
DB_PASSWORDsecret

Ports

PortDescription
80Port 80 is open to allow standard HTTP traffic.
443Port 443 is open to allow standard HTTPS traffic.
3306Port 3306 is open to allow MySQL traffic.
6379Port 6379 is open to allow Redis traffic.
8983Port 8983 is open to allow Solr traffic.

Volumes

VolumeDescription
/var/www/html/appThis is the volume that stores your application.
/var/cache/nginxThe volume to access Nginx cache.
/var/log/nginxNginx logs stored in this volume
/var/log/supervisorThe volume to access supervisord logs.
/var/lib/mysqlAccess to mysql from this volume.
/var/lib/solrAccess to Solr from this volume.

Credits

Tag summary

Content type

Image

Digest

Size

592.7 MB

Last updated

over 10 years ago

docker pull websemantics/spark-docker