From 3ea4e25bbc8a46881671490a5bfb3112f07f247b Mon Sep 17 00:00:00 2001 From: Mike Liao Date: Wed, 30 Oct 2024 21:06:18 -0700 Subject: [PATCH] fix docker compose for notification --- sites/notification/deploy/common/docker-compose.yaml | 2 +- sites/notification/deploy/deploy.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/notification/deploy/common/docker-compose.yaml b/sites/notification/deploy/common/docker-compose.yaml index 83d7ac7..c1947e9 100755 --- a/sites/notification/deploy/common/docker-compose.yaml +++ b/sites/notification/deploy/common/docker-compose.yaml @@ -1,5 +1,5 @@ services: - authentication: + notification: container_name: $APP_NAME build: context: ${CODEBASE_ROOT} diff --git a/sites/notification/deploy/deploy.sh b/sites/notification/deploy/deploy.sh index 470f1ef..242812b 100755 --- a/sites/notification/deploy/deploy.sh +++ b/sites/notification/deploy/deploy.sh @@ -1,8 +1,8 @@ #!/bin/bash DW_BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" -APP_NAME=authentication +APP_NAME=notification APP_PARENT_FOLDER=apps -PROJECT_NAME=authentication +PROJECT_NAME=notification while [ $# -gt 0 ]; do case "$1" in