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