Skip to content

Commit 834153a

Browse files
committed
docker-compose: remove health-check endpoints where the endpoint is gone
1 parent 2f2304a commit 834153a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ x-builder: &builder
112112
<<: *builder-environment
113113
env_file:
114114
- .docker.env
115-
healthcheck:
116-
<<: *healthcheck-interval
117-
test: curl --silent --fail localhost:3000/about/metrics
118115

119116
x-registry-watcher: &registry-watcher
120117
build:
@@ -137,9 +134,6 @@ x-registry-watcher: &registry-watcher
137134
DOCSRS_MAX_QUEUED_REBUILDS: ${DOCSRS_MAX_QUEUED_REBUILDS:-10}
138135
env_file:
139136
- .docker.env
140-
healthcheck:
141-
<<: *healthcheck-interval
142-
test: curl --silent --fail localhost:3000/about/metrics
143137

144138
services:
145139
web:
@@ -159,7 +153,7 @@ services:
159153
- .docker.env
160154
healthcheck:
161155
<<: *healthcheck-interval
162-
test: curl --silent --fail localhost:3000/about/metrics
156+
test: curl --silent --fail localhost:3000/
163157
profiles:
164158
- web
165159
- full

0 commit comments

Comments
 (0)