-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdotcloud.yml
More file actions
20 lines (20 loc) · 777 Bytes
/
dotcloud.yml
File metadata and controls
20 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
python:
type: custom
buildscript: python/builder
systempackages:
# needed for the Nginx rewrite module
- libpcre3-dev
# needed to support python versions 2.7, 3.1, 3.2.
- python3-all
ports:
www: http
processes:
nginx: nginx
uwsgi: ~/uwsgi.sh
config:
# This is only needed if you want to enable new relic support
# add your license key. Comment it out, or remove all together if you want it disabled.
newrelic_license_key: 1234ABCooFAKEoKEYoofasdfsaf1234
newrelic_app_name: Custom Python application on dotCloud
# python_version can have one of the following values (2.6, 2.7, 3.1, 3.2). 2.6 is the default if no value is entered.
python_version: 2.7