Skip to content

Commit d5072a5

Browse files
authored
Update startContainers.sh
1 parent 96123f4 commit d5072a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

start/scripts/startContainers.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
KAFKA_SERVER=kafka:9092
44
NETWORK=reactive-app
55

6-
JOB_SERVICE_URL="http://job:9081"
7-
INVENTORY_SERVICE_URL="http://inventory:9085"
8-
96
docker network create $NETWORK
107

118
docker run -d \
@@ -43,4 +40,4 @@ docker run -d \
4340
--rm \
4441
inventory:1.0-SNAPSHOT &
4542

46-
wait
43+
wait

0 commit comments

Comments
 (0)