File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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
119116x-registry-watcher : ®istry-watcher
120117 build :
@@ -137,9 +134,6 @@ x-registry-watcher: ®istry-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
144138services :
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
You can’t perform that action at this time.
0 commit comments