-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1762 from weather-gov/new-dev-sandbox-james
sandbox manifest for james env
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
default_config: &defaults | ||
buildpacks: | ||
# We need the "apt" buildpack to install a MySQL client for Drush; see apt.yml | ||
- https://github.com/cloudfoundry/apt-buildpack.git | ||
- php_buildpack | ||
disk_quota: 2G | ||
timeout: 180 | ||
env: | ||
PHP_INI_SCAN_DIR: /home/vcap/app/php/etc/:/home/vcap/app/php/etc/php.ini.d/ | ||
NEWRELIC_LICENSE: ((newrelic-license)) | ||
services: | ||
- database | ||
- storage | ||
- secrets | ||
|
||
applications: | ||
- name: weathergov-james | ||
<<: *defaults | ||
memory: 256M | ||
instances: 1 | ||
random-route: false | ||
# - name: cronish | ||
# <<: *defaults | ||
# no-route: true | ||
# command: ./cronish.sh | ||
# health-check-type: process | ||
# memory: 128M |