Skip to content

Commit

Permalink
update to 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malaskowski committed Jan 17, 2020
1 parent d53b6af commit 880986d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example-aet-swarm/aet-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@ services:
- private

activemq:
image: skejven/aet_activemq:0.12.0
image: skejven/aet_activemq:0.12.1
ports:
- "8161:8161"
networks:
- private

browsermob:
image: skejven/aet_browsermob:0.12.0
image: skejven/aet_browsermob:0.12.1
ports:
- "8080:8080"
- "8281-8681:8281-8681"
networks:
- private

karaf:
image: skejven/aet_karaf:0.12.0
image: skejven/aet_karaf:0.12.1
healthcheck:
test: curl --silent http://karaf:karaf@localhost:8181/system/console/bundles.json 2>&1 | jq '.status' | grep -Fq "204 bundles in total - all 204 bundles active" || exit 1
interval: 1m
Expand All @@ -115,7 +115,7 @@ services:
- private

report:
image: skejven/aet_report:0.12.0
image: skejven/aet_report:0.12.1
ports:
- "80:80"
# volumes:
Expand Down

0 comments on commit 880986d

Please sign in to comment.