File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ container_envs: >
2929 -e RABBITMQ_PASSWORD={{ rabbit_password }}
3030 -e RABBITMQ_PORT={{ rabbit_port }}
3131 -e RABBITMQ_USERNAME={{ rabbit_username }}
32+ -e RUNNABLE_API_URL={{ api_url }}
33+ -e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
3234 -e ROLLBAR_KEY={{ cream_http_rollbar_token }}
3335
3436container_run_opts : >
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ container_envs: >
2727 -e RABBITMQ_PASSWORD={{ rabbit_password }}
2828 -e RABBITMQ_PORT={{ rabbit_port }}
2929 -e RABBITMQ_USERNAME={{ rabbit_username }}
30+ -e RUNNABLE_API_URL={{ api_url }}
31+ -e RUNNABLE_USER_CONTENT_DOMAIN={{ user_content_domain }}
3032 -e ROLLBAR_KEY={{ cream_worker_rollbar_token }}
3133
3234container_run_opts : >
You can’t perform that action at this time.
0 commit comments