File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ container_image: registry.runnable.com/runnable/{{ name }}
44container_tag : " {{ git_branch }}"
55hosted_ports : ["{{ big_poppa_port }}"]
66repo : " git@github.com:CodeNow/big-poppa.git"
7- node_version : lts
7+ node_version : 4.4.7
88npm_version : 2
99
1010redis_key : " frontend:{{ big_poppa_hostname }}"
@@ -16,7 +16,6 @@ container_envs: >
1616 -e DATADOG_HOST={{ datadog_host_address }}
1717 -e DATADOG_PORT={{ datadog_port }}
1818 -e GITHUB_TOKEN={{ big_poppa_github_token }}
19- -e LOG_LEVEL=info
2019 -e NODE_ENV={{ node_env }}
2120 -e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
2221 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ name: big-poppa-worker
33container_image : registry.runnable.com/runnable/{{ name }}
44container_tag : " {{ git_branch }}"
55repo : " git@github.com:CodeNow/big-poppa.git"
6- node_version : lts
6+ node_version : 4.4.7
77npm_version : 2
88
99# for container settings
1010container_envs : >
1111 -e DATADOG_HOST={{ datadog_host_address }}
1212 -e DATADOG_PORT={{ datadog_port }}
1313 -e GITHUB_TOKEN={{ big_poppa_github_token }}
14- -e LOG_LEVEL=info
1514 -e NODE_ENV={{ node_env }}
1615 -e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
1716 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
You can’t perform that action at this time.
0 commit comments