File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ container_envs: >
1919 -e INTERCOM_API_KEY={{ big_poppa_intercom_key | default('undefined') }}
2020 -e INTERCOM_APP_ID={{ big_poppa_intercom_id | default('undefined') }}
2121 -e NODE_ENV={{ node_env }}
22- -e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
22+ -e POSTGRES_CONNECT_STRING=postgres://{{ big_poppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
2323 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2424 -e RABBITMQ_PASSWORD={{ rabbit_password }}
2525 -e RABBITMQ_PORT={{ rabbit_port }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ container_envs: >
1414 -e NODE_ENV={{ node_env }}
1515 -e INTERCOM_API_KEY={{ big_poppa_intercom_key | default('undefined') }}
1616 -e INTERCOM_APP_ID={{ big_poppa_intercom_id | default('undefined') }}
17- -e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
17+ -e POSTGRES_CONNECT_STRING=postgres://{{ big_poppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
1818 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1919 -e RABBITMQ_PASSWORD={{ rabbit_password }}
2020 -e RABBITMQ_PORT={{ rabbit_port }}
You can’t perform that action at this time.
0 commit comments