fix docker compose for notification

This commit is contained in:
Mike Liao 2024-10-30 21:06:18 -07:00
parent ee5e80acd9
commit 3ea4e25bbc
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
services: services:
authentication: notification:
container_name: $APP_NAME container_name: $APP_NAME
build: build:
context: ${CODEBASE_ROOT} context: ${CODEBASE_ROOT}

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
DW_BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" DW_BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
APP_NAME=authentication APP_NAME=notification
APP_PARENT_FOLDER=apps APP_PARENT_FOLDER=apps
PROJECT_NAME=authentication PROJECT_NAME=notification
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
case "$1" in case "$1" in