Skip to content

Commit

Permalink
Merge pull request #1762 from weather-gov/new-dev-sandbox-james
Browse files Browse the repository at this point in the history
sandbox manifest for james env
  • Loading branch information
jamestranovich-noaa authored Sep 12, 2024
2 parents 31b49a5 + 56037be commit 21e5c81
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions manifests/manifest-james.yaml
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

0 comments on commit 21e5c81

Please sign in to comment.