Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 446 Bytes

bolt-docker

Docker environment for Bolt CMS development.

Containers

  • mail (Mailhog, to intercept outgoing mail, see http://localhost:8025)
  • mysql (Percona Server 5.7)
  • nginx
  • php
    • PHP FPM 7.1 w/ xdebug
    • composer
    • nodejs 6
    • yarn
  • redis 4

Setup

$ docker-compose up -d
$ docker/php-shell
$ www-data@b3cdd3cd0388:/srv/app$ composer install

Visit http://localhost