Skip to content
New issue

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

pin redis and rabbitmq needs privileged: true #727

Merged
merged 13 commits into from
Jul 24, 2023
5 changes: 3 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ volumes-circle:
## Service used by st2
#
rabbitmq:
image: rabbitmq:management
image: rabbitmq:3.9-management
privileged: true
hostname: rabbit
ports:
- "15672:15672" # managment plugin port
Expand All @@ -50,6 +51,6 @@ mongodb:
- "27017:27017"

redis:
image: redis:latest
image: redis:6.2.11
ports:
- "6379:6379"