Skip to content

Commit f1172df

Browse files
authored
Merge pull request #1357 from ImageMarkup/remove-start-interval
2 parents 5cfe6af + dc07535 commit f1172df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ services:
88
healthcheck:
99
test: ["CMD", "pg_isready", "--username", "postgres"]
1010
start_period: 30s
11-
start_interval: 2s
1211
ports:
1312
- 5432:5432
1413
volumes:
@@ -25,7 +24,6 @@ services:
2524
healthcheck:
2625
test: ["CMD", "curl", "--fail", "--user", "elastic:elastic", "http://localhost:9200/"]
2726
start_period: 30s
28-
start_interval: 2s
2927
ports:
3028
- 9200:9200
3129
volumes:
@@ -36,7 +34,6 @@ services:
3634
healthcheck:
3735
test: ["CMD", "rabbitmq-diagnostics", "ping"]
3836
start_period: 30s
39-
start_interval: 2s
4037
ports:
4138
- 5672:5672
4239
- 15672:15672
@@ -56,7 +53,6 @@ services:
5653
# "mc ready" doesn't terminate on failure, so time it out
5754
timeout: 1s
5855
start_period: 30s
59-
start_interval: 2s
6056
ports:
6157
- 9000:9000
6258
- 9001:9001
@@ -68,7 +64,6 @@ services:
6864
healthcheck:
6965
test: ["CMD", "redis-cli", "ping"]
7066
start_period: 30s
71-
start_interval: 2s
7267
ports:
7368
- 6379:6379
7469
volumes:

0 commit comments

Comments
 (0)