We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the problem
st2chatops service not honoring environment variables.
** Reproduce **
chatops/st2chatops.env
root@8708d935768e:/opt/stackstorm# echo $HUBOT_ADAPTER slack
sudo service st2chatops restart
** Error **
tail -f /var/log/st2/st2chatops.log
Must provide HUBOT_ADAPTER ENV variable to start. See README.md for more information Must provide HUBOT_ADAPTER ENV variable to start.
The text was updated successfully, but these errors were encountered:
Agreed, same for me. I've had to use bind mount, but this issue means I can't set things like webui_base_url.
webui_base_url
Sorry, something went wrong.
6cc70fd
Remove ALL-IN-ONE Docker deployment
ca5e3eb
You can find the old deprecated version in `DEPRECATED/all-in-one` branch archive: https://github.com/StackStorm/st2-docker/tree/DEPRECATED/all-in-one Closes StackStorm#22, closes StackStorm#23, closes StackStorm#26, closes StackStorm#29, closes StackStorm#34, closes StackStorm#41, closes StackStorm#43, closes StackStorm#92, closes StackStorm#112, closes StackStorm#117, closes StackStorm#125, closes StackStorm#133, closes StackStorm#141, closes StackStorm#145, closes StackStorm#151, closes StackStorm#163, closes StackStorm#187, closes StackStorm#188, closes StackStorm#189, closes StackStorm#190 Closes StackStorm#162, closes StackStorm#138, closes StackStorm#108, closes StackStorm#102, closes StackStorm#65
No branches or pull requests
Describe the problem
st2chatops service not honoring environment variables.
** Reproduce **
chatops/st2chatops.env
file.sudo service st2chatops restart
** Error **
tail -f /var/log/st2/st2chatops.log
The text was updated successfully, but these errors were encountered: