Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. run.config:
  2.   engine: php
  3.   engine.config:
  4.     runtime: php-7.0
  5.     document_root: public
  6.     webserver: apache
  7.     extensions:
  8.      - ctype
  9.       - pdo
  10.       - pdo_mysql
  11.       - mcrypt
  12.       - gd
  13.       - mbstring
  14.       - json
  15.       - curl
  16.       - dom
  17.       - iconv
  18.       - imagick
  19.       - session
  20.  
  21. web.craft:
  22.   start: php-server
  23.   network_dirs:
  24.     data.storage:
  25.      - craft/storage
  26.   log_watch:
  27.     craft[error]: craft/storage/runtime/logs/craft.log
  28.     craft[stacktrace]: craft/storage/runtime/logs/phperrors.log
  29.  
  30. data.db:
  31.   image: nanobox/mysql:5.6
  32.  
  33. data.storage:
  34.   image: nanobox/unfs:0.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement