Skip to content

Commit

Permalink
pass CAMUNDA_URL to catow
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern authored Nov 18, 2022
1 parent 31bd06e commit fb7f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN pip install .

EXPOSE 5003

ENTRYPOINT exec python3 -m Catow.main -t ${CAMUNDA_TOPIC} -r ${DESTINATION_URL} -p 5003 -i ${POLLING_INTERVAL}
ENTRYPOINT exec python3 -m Catow.main -t ${CAMUNDA_TOPIC} -r ${DESTINATION_URL} -p 5003 -i ${POLLING_INTERVAL} -c ${CAMUNDA_URL}

0 comments on commit fb7f646

Please sign in to comment.