Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
st2 rules engine needs access to encryption keys for decrypting values from the datastore
  • Loading branch information
AndroxxTraxxon authored Jan 25, 2024
1 parent 6f21dd1 commit b99f6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ services:
volumes:
- ./files/st2.docker.conf:/etc/st2/st2.docker.conf:ro
- ./files/st2.user.conf:/etc/st2/st2.user.conf:ro
- stackstorm-keys:/etc/st2/keys:ro
st2sensorcontainer:
image: ${ST2_IMAGE_REPO:-stackstorm/}st2sensorcontainer:${ST2_VERSION:-latest}
restart: on-failure
Expand Down

0 comments on commit b99f6bd

Please sign in to comment.