aboutsummaryrefslogtreecommitdiffstats
path: root/compose/start-postgres-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compose/start-postgres-tests.sh')
-rw-r--r--compose/start-postgres-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/start-postgres-tests.sh b/compose/start-postgres-tests.sh
index 112bdce6..1c08600a 100644
--- a/compose/start-postgres-tests.sh
+++ b/compose/start-postgres-tests.sh
@@ -31,6 +31,6 @@ source export-ports.sh > /dev/null 2>&1
source get-versions.sh > /dev/null 2>&1
export REPLICAS=${1}
-docker-compose -f docker-compose.postgres.yml up -d apex-pdp
+docker-compose -f docker-compose.postgres.yml up -d apex-pdp prometheus
cd ${WORKSPACE} \ No newline at end of file