File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ datadog_tags=env:beta
5555domain=runnable-beta.com
5656new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
5757node_env=production-beta
58- pg_database=shiva
58+ pg_database=astral
5959pg_host=beta-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
6060pg_pass=QBjSpAXVYwmGHu4Y
6161pg_user=shiva
Original file line number Diff line number Diff line change 11name : " shiva"
2-
32container_image : " registry.runnable.com/runnable/{{ name }}"
43container_tag : " {{ git_branch }}"
5- repo : " git@github.com:CodeNow/{{ name }}.git"
6- node_version : " 0.10.38"
7- npm_version : " 2.1.18"
4+ repo : " git@github.com:CodeNow/astral.git"
5+ node_version : " 4.2.1"
6+ npm_version : " 2.8.3"
7+
8+ # Overrides the start command in the builder role
9+ npm_start_command : " run shiva-start"
810
911# Not actually needed, just allows container-kill-start to work
1012hosted_ports : ["3000"]
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ datadog_tags=env:alpha
5555domain=runnable.io
5656new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
5757node_env=production
58- pg_database=shiva
58+ pg_database=astral
5959pg_host=alpha-production-db.czw5moz6rmpp.us-west-1.rds.amazonaws.com:30573
6060pg_pass=wCJGCfCWE9CKmQwa2XUKj6d8WYcEZAb9
6161pg_user=shiva
Original file line number Diff line number Diff line change 11---
22build_dir : /opts/builds/docker_build/
3+ npm_start_command : start
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ RUN {{ command }}
3434{% endif %}
3535
3636# Define default command.
37- CMD ulimit -c unlimited && /usr/local/bin/npm start > /var/log/{{ name }}.log 2>&1
37+ CMD ulimit -c unlimited && /usr/local/bin/npm {{ npm_start_command }} > /var/log/{{ name }}.log 2>&1
You can’t perform that action at this time.
0 commit comments