Created an Update and Upgrade commands in the manager script
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
# Application settings
|
||||
APP_NAME="Database Middleware"
|
||||
APP_PORT=8080
|
||||
API_PORT="8081"
|
||||
|
||||
# DatabaseS settings
|
||||
DBS_PORTS=3306
|
||||
# Docker Container settings
|
||||
IMAGE_NAME="db-middleware"
|
||||
CONTAINER_NAME="con-db-middleware"
|
||||
|
||||
# Databases settings
|
||||
HAS_LOCAL_DBS=1
|
||||
|
||||
Reference in New Issue
Block a user