Skip to content
Snippets Groups Projects
Commit 66561ccf authored by Bert Palm's avatar Bert Palm :bug:
Browse files

entrypoint instead of command

parent 96438e3e
No related branches found
No related tags found
1 merge request!222Cleanup3000
......@@ -626,8 +626,8 @@ services:
MQTT_CLEAN_SESSION: "${MQTT_CLEAN_SESSION}"
MQTT_QOS: "${MQTT_QOS}"
TOMCAT_PROXY_URL: "${TOMCAT_PROXY_URL}"
command:
- create-frost-instance
entrypoint: ["python3", "frost_handler.py"]
# brief: Add user to mqtt_auth DB, so they are allowed to use mqtt
worker-mqtt-user-creation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment