Skip to content

Commit b4703f9

Browse files
committed
Edge Server using Spring Cloud Gateway
1 parent f5a975c commit b4703f9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

section9/docker-compose/default/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ services:
5858
interval: 10s
5959
timeout: 5s
6060
retries: 10
61+
start_period: 10s
6162
environment:
6263
SPRING_APPLICATION_NAME: "loans"
6364
extends:
@@ -74,6 +75,7 @@ services:
7475
interval: 10s
7576
timeout: 5s
7677
retries: 10
78+
start_period: 10s
7779
environment:
7880
SPRING_APPLICATION_NAME: "cards"
7981
extends:

section9/docker-compose/prod/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ services:
5858
interval: 10s
5959
timeout: 5s
6060
retries: 10
61+
start_period: 10s
6162
environment:
6263
SPRING_APPLICATION_NAME: "loans"
6364
extends:
@@ -74,6 +75,7 @@ services:
7475
interval: 10s
7576
timeout: 5s
7677
retries: 10
78+
start_period: 10s
7779
environment:
7880
SPRING_APPLICATION_NAME: "cards"
7981
extends:

section9/docker-compose/qa/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ services:
5858
interval: 10s
5959
timeout: 5s
6060
retries: 10
61+
start_period: 10s
6162
environment:
6263
SPRING_APPLICATION_NAME: "loans"
6364
extends:
@@ -74,6 +75,7 @@ services:
7475
interval: 10s
7576
timeout: 5s
7677
retries: 10
78+
start_period: 10s
7779
environment:
7880
SPRING_APPLICATION_NAME: "cards"
7981
extends:

0 commit comments

Comments
 (0)