fix docker compose for notification
This commit is contained in:
parent
ee5e80acd9
commit
3ea4e25bbc
@ -1,5 +1,5 @@
|
||||
services:
|
||||
authentication:
|
||||
notification:
|
||||
container_name: $APP_NAME
|
||||
build:
|
||||
context: ${CODEBASE_ROOT}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user