Skip to content

Commit

Permalink
replace ActiveMQ docker image with security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Feb 9, 2024
1 parent 19fe871 commit 9a3e31e
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 @@ -100,12 +100,12 @@ services:
retries: 5

activemq:
image: rmohr/activemq
image: apache/activemq-classic
hostname: activemq
volumes:
- ./src/workflow_app/workflow/icat_activemq.xml:/opt/activemq/conf/activemq.xml
- ./src/workflow_app/workflow/icat_activemq.xml:/opt/apache-activemq/conf/activemq.xml
healthcheck:
test: "curl --silent --show-error -u admin:admin 'http://localhost:8161/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost,service=Health' | grep --silent -e 'Good' -e 'Getting Worried'"
test: "curl --silent --show-error -u admin:admin -H 'Origin:http://localhost' 'http://localhost:8161/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost,service=Health' | grep --silent -e 'Good' -e 'Getting Worried'"
interval: 5s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 9a3e31e

Please sign in to comment.