st2-docker
st2-docker copied to clipboard
StackStorm docker-compose deployment
I've tried to change the volumes of rabbitmq, mongodb and redis to local path using docker-compose file. But after changing the volumes, lots of errors are populating by the st2...
**Describe the problem** st2web health check scripts are shutting down the containers due to false positives. This only applies to the [2nd half of the script](https://github.com/StackStorm/st2-docker/blob/f925059992a7ab96db414e6873659038ab3a8f6f/scripts/st2web-healthcheck.sh#L19-L32) and I'm not sure...
Currently instructions tell user to disable ``SELinux`` on host in case they want to run the docker compose setup. Imo, that should be the last resort and it's not the...
**Is your feature request related to a problem? Please describe.** The documentation does not mention how to use ssh to install pack from private repository when using docker. **Describe the...
**Describe the problem** Preview version of st2docker enabled entrypoint customization allowing a to add additionnal binairies and configuration files, without requiring to build a devired image This feature has diseapered...
Hello Team, I facing one issue. Due to my local pack development, I want to shift from python version `3.8.10` to version `3.10.+` . Now I followed the recent release...
st2 rules engine needs access to encryption keys for decrypting values from the datastore. This resolves this error that is thrown when attempting to decrypt datastore values inside rules: `Failed...
Getting `/bin/bash: /makesecrets.sh: Permission denied`
**Describe the problem** `st2client` uses the `st2actionrunner` image which has volumes defined for `["/home/stanley/.ssh", "/opt/stackstorm/packs", "/opt/stackstorm/virtualenvs"]` and is derived from `st2` which has `["/etc/st2"]`. These volumes are created as empty...