@@ -129,7 +129,7 @@ target "schema" {
129129 args = {
130130 SERVICE_DIR_NAME = " @hive/schema"
131131 IMAGE_TITLE = " graphql-hive/schema"
132- IMAGE_DESCRIPTION = " The schema service of the GraphQL Hive project."
132+ IMAGE_DESCRIPTION = " The schema service of the Hive Console project."
133133 PORT = " 3002"
134134 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
135135 }
@@ -151,7 +151,7 @@ target "policy" {
151151 args = {
152152 SERVICE_DIR_NAME = " @hive/policy"
153153 IMAGE_TITLE = " graphql-hive/policy"
154- IMAGE_DESCRIPTION = " The policy service of the GraphQL Hive project."
154+ IMAGE_DESCRIPTION = " The policy service of the Hive Console project."
155155 PORT = " 3012"
156156 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
157157 }
@@ -173,7 +173,7 @@ target "server" {
173173 args = {
174174 SERVICE_DIR_NAME = " @hive/server"
175175 IMAGE_TITLE = " graphql-hive/server"
176- IMAGE_DESCRIPTION = " The server service of the GraphQL Hive project."
176+ IMAGE_DESCRIPTION = " The server service of the Hive Console project."
177177 PORT = " 3001"
178178 INSTALL_RDS_CA_CERTS = " 1"
179179 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -195,7 +195,7 @@ target "storage" {
195195 }
196196 args = {
197197 IMAGE_TITLE = " graphql-hive/storage"
198- IMAGE_DESCRIPTION = " The migrations service of the GraphQL Hive project."
198+ IMAGE_DESCRIPTION = " The migrations service of the Hive Console project."
199199 INSTALL_RDS_CA_CERTS = " 1"
200200 }
201201 tags = [
@@ -216,7 +216,7 @@ target "commerce" {
216216 args = {
217217 SERVICE_DIR_NAME = " @hive/commerce"
218218 IMAGE_TITLE = " graphql-hive/commerce"
219- IMAGE_DESCRIPTION = " The commerce service of the GraphQL Hive project."
219+ IMAGE_DESCRIPTION = " The commerce service of the Hive Console project."
220220 PORT = " 3010"
221221 INSTALL_RDS_CA_CERTS = " 1"
222222 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -239,7 +239,7 @@ target "usage-ingestor" {
239239 args = {
240240 SERVICE_DIR_NAME = " @hive/usage-ingestor"
241241 IMAGE_TITLE = " graphql-hive/usage-ingestor"
242- IMAGE_DESCRIPTION = " The usage ingestor service of the GraphQL Hive project."
242+ IMAGE_DESCRIPTION = " The usage ingestor service of the Hive Console project."
243243 PORT = " 3007"
244244 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
245245 }
@@ -261,7 +261,7 @@ target "usage" {
261261 args = {
262262 SERVICE_DIR_NAME = " @hive/usage"
263263 IMAGE_TITLE = " graphql-hive/usage"
264- IMAGE_DESCRIPTION = " The usage ingestor service of the GraphQL Hive project."
264+ IMAGE_DESCRIPTION = " The usage ingestor service of the Hive Console project."
265265 PORT = " 3006"
266266 INSTALL_RDS_CA_CERTS = " 1"
267267 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -284,7 +284,7 @@ target "workflows" {
284284 args = {
285285 SERVICE_DIR_NAME = " @hive/workflows"
286286 IMAGE_TITLE = " graphql-hive/workflows"
287- IMAGE_DESCRIPTION = " The workflow service of the GraphQL Hive project."
287+ IMAGE_DESCRIPTION = " The workflow service of the Hive Console project."
288288 PORT = " 3013"
289289 INSTALL_RDS_CA_CERTS = " 1"
290290 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -307,7 +307,7 @@ target "composition-federation-2" {
307307 args = {
308308 SERVICE_DIR_NAME = " @hive/external-composition"
309309 IMAGE_TITLE = " graphql-hive/composition-federation-2"
310- IMAGE_DESCRIPTION = " Federation 2 Composition Service for GraphQL Hive."
310+ IMAGE_DESCRIPTION = " Federation 2 Composition Service for Hive Console ."
311311 PORT = " 3069"
312312 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
313313 }
@@ -330,7 +330,7 @@ target "app" {
330330 SERVICE_DIR_NAME = " @hive/app"
331331 IMAGE_TITLE = " graphql-hive/app"
332332 PORT = " 3000"
333- IMAGE_DESCRIPTION = " The app of the GraphQL Hive project."
333+ IMAGE_DESCRIPTION = " The app of the Hive Console project."
334334 HEALTHCHECK_CMD = " wget --spider -q http://127.0.0.1:$${PORT}/api/health"
335335 }
336336 tags = [
@@ -347,7 +347,7 @@ target "otel-collector" {
347347 context = " ${ PWD } /docker/configs/otel-collector"
348348 args = {
349349 IMAGE_TITLE = " graphql-hive/otel-collector"
350- IMAGE_DESCRIPTION = " OTEL Collector for GraphQL Hive."
350+ IMAGE_DESCRIPTION = " OTEL Collector for Hive Console ."
351351 }
352352 tags = [
353353 local_image_tag (" otel-collector" ),
@@ -363,7 +363,7 @@ target "cli" {
363363 context = " ${ PWD } /packages/libraries/cli"
364364 args = {
365365 IMAGE_TITLE = " graphql-hive/cli"
366- IMAGE_DESCRIPTION = " GraphQL Hive CLI"
366+ IMAGE_DESCRIPTION = " Hive Console CLI"
367367 # note that for CLI we always pass the npm version ! ! !
368368 CLI_VERSION = " ${ COMMIT_SHA } "
369369 }
0 commit comments