Skip to content

Commit

Permalink
Bump to new mongo, rabbitmq and redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ein-nor authored Nov 4, 2023
1 parent 4407c26 commit 843a9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,21 +237,21 @@ services:
- ./scripts/st2chatops-startup.sh:/st2chatops-startup.sh
# external services
mongo:
image: mongo:4.4
image: mongo:7.0
restart: on-failure
networks:
- private
volumes:
- stackstorm-mongodb:/data/db
rabbitmq:
image: rabbitmq:3.8
image: rabbitmq:3.12
restart: on-failure
networks:
- private
volumes:
- stackstorm-rabbitmq:/var/lib/rabbitmq
redis:
image: redis:6.2
image: redis:7.2
restart: on-failure
networks:
- private
Expand Down

0 comments on commit 843a9a4

Please sign in to comment.