File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,16 @@ container_envs: >
1111 -e CLUSTER_WORKERS=20
1212 -e DATADOG_HOST={{ datadog_host_address }}
1313 -e DATADOG_PORT={{ datadog_port }}
14+ -e ENABLE_LRU_CACHE=1
1415 -e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
1516 -e HTTP_PORT={{ hosted_ports[0] }}
1617 -e LOG_LEVEL_STDOUT=trace
1718 -e MONGO=mongodb://{{ navi_mongo_host_address }}:{{ navi_mongo_port }}/{{ navi_mongo_database }}
1819 -e NODE_ENV={{ node_env }}
20+ -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
21+ -e RABBITMQ_PASSWORD={{ rabbit_password }}
22+ -e RABBITMQ_PORT={{ rabbit_port }}
23+ -e RABBITMQ_USERNAME={{ rabbit_username }}
1924 -e REDIS_IPADDRESS={{ redis_host_address }}
2025
2126container_run_opts : >
Original file line number Diff line number Diff line change 22- hosts : redis
33- hosts : detention
44- hosts : mongo-navi
5+ - hosts : rabbitmq
56
67- hosts : navi
78 vars_files :
You can’t perform that action at this time.
0 commit comments