Skip to content

Commit

Permalink
use test-applications vertx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 4, 2024
1 parent 7aba148 commit a375484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
depends_on:
cryostat:
condition: service_healthy
image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/andrewazores/vertx-fib-demo:0.13.1}
image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/redhat-java-monitoring/vertx-cryostat-agent:latest}
hostname: vertx-fib-demo-1
environment:
HTTP_PORT: 8081
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
depends_on:
cryostat:
condition: service_healthy
image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/andrewazores/vertx-fib-demo:0.13.1}
image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/redhat-java-monitoring/vertx-cryostat-agent:latest}
hostname: vertx-fib-demo-2
environment:
HTTP_PORT: 8082
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
depends_on:
cryostat:
condition: service_healthy
image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/andrewazores/vertx-fib-demo:0.13.1}
image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/redhat-java-monitoring/vertx-cryostat-agent:latest}
hostname: vertx-fib-demo-3
environment:
HTTP_PORT: 8083
Expand Down

0 comments on commit a375484

Please sign in to comment.