-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoxfile
50 lines (47 loc) · 942 Bytes
/
Boxfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
build:
type: php
version: 5.5
stability: production
exec:
- php -f build.php
lib_dir: vendor
reuse_libs: true
web1:
name: code
type: php
version: 5.5
stability: production
# Only the bare minimum extensions
php_extensions:
- bz2
- mysql
- curl
- zip
- tar
- gd
- pdo
- pdo_mysql
# Extend execution and input time a tiny bit
php_max_execution_time: 60
php_max_input_time: 60
php_post_max_size: 1M
# Increase input vars for permission forms
php_max_input_vars: 10000
php_date_timezone: US/east
httpd_document_root: drupal
zend_extensions:
# Zend Opcache is currently outperforming other options available for PHP 5.5
- opcache
network_dirs:
storage1:
- drupal/sites/default/files
- drupal/sites/default/private
env:
- PLATFORM: PAGODABOX
database1:
name: data
type: mysql
topology: single
storage1:
name: files
type: nfs