From b3bd3ced8b34d05ffa5d670ab7f2c8d41da2b678 Mon Sep 17 00:00:00 2001 From: briancaffey Date: Tue, 20 Dec 2022 23:34:32 -0500 Subject: [PATCH] feat(web-ui): update service and task name for web-ui --- src/constructs/ad-hoc/app/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constructs/ad-hoc/app/index.ts b/src/constructs/ad-hoc/app/index.ts index 801f100..2a9051d 100644 --- a/src/constructs/ad-hoc/app/index.ts +++ b/src/constructs/ad-hoc/app/index.ts @@ -133,8 +133,8 @@ export class AdHocApp extends Construct { image: frontendImage, listener: props.listener, command: ['nginx', '-g', 'daemon off;'], - containerName: 'frontend', - family: 'frontend', + containerName: 'web-ui', + family: `${stackName}-web-ui`, port: 80, domainName: props.domainName, pathPatterns: ['/*'],