deployment_files
This commit is contained in:
parent
d2701f9883
commit
d4a63deb41
@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
|
||||
#WEB-URL-PORT
|
||||
CONT_PORT=3306
|
||||
TARGET_PORT=9292
|
||||
PATH_DIR=/data/34807_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-back-b/deployment
|
||||
PATH_DIR=/data/34807_1742623539230/sureops_deploy/testflutter2/sureops/testflutter2-back-b/deployment
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
DOCKER_TAG=1.0
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
ENV MYSQL_ROOT_PASSWORD root
|
||||
COPY conf.d /etc/mysql/conf.d
|
||||
COPY *.sql /docker-entrypoint-initdb.d/
|
||||
#COPY --from=code /repo//data/34807_1742621646580/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
||||
#COPY --from=code /repo//data/34807_1742623539230/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
||||
VOLUME /var/lib/mysql
|
||||
EXPOSE 3306
|
||||
CMD ["mysqld"]
|
||||
@ -11,11 +11,11 @@ GIT_BRANCH=main
|
||||
DOMAIN=157.66.191.31:3000
|
||||
CONT_PORT=3306
|
||||
TARGET_PORT=3306
|
||||
PATH_DIR=/data/34807_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-db-d/deployment
|
||||
PATH_DIR=/data/34807_1742623539230/sureops_deploy/testflutter2/sureops/testflutter2-db-d/deployment
|
||||
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
cp /data/34807_1742621646580/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||
cp /data/34807_1742623539230/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||
pwd
|
||||
DOCKER_TAG=1.0
|
||||
# Stop any existing containers with the same name and ports
|
||||
|
||||
@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
|
||||
GIT_BRANCH=main
|
||||
DOMAIN=157.66.191.31:3000
|
||||
#TARGET_PORT=9292
|
||||
PATH_DIR=/data/34807_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-front-f/deployment
|
||||
PATH_DIR=/data/34807_1742623539230/sureops_deploy/testflutter2/sureops/testflutter2-front-f/deployment
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
DOCKER_TAG=1.0
|
||||
|
||||
@ -21,5 +21,5 @@ class ApiConstants {
|
||||
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
||||
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
||||
|
||||
static const baseUrl ='http://157.66.191.31:30107/back';
|
||||
static const baseUrl ='http://157.66.191.31:30113/back';
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user