deployment_files

This commit is contained in:
risadmin_prod 2025-03-28 06:16:29 +00:00
parent 93ce2f5e47
commit aa6de6a6c3
5 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/35276_1743142242406/sureops_deploy/testflutter17/sureops/testflutter17-back-b/deployment
PATH_DIR=/data/35276_1743142570640/sureops_deploy/testflutter17/sureops/testflutter17-back-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

View File

@ -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/35276_1743142242406/sureops_deploy/testflutter17/testflutter17-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
#COPY --from=code /repo//data/35276_1743142570640/sureops_deploy/testflutter17/testflutter17-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
VOLUME /var/lib/mysql
EXPOSE 3306
CMD ["mysqld"]

View File

@ -11,11 +11,11 @@ GIT_BRANCH=main
DOMAIN=157.66.191.31:3000
CONT_PORT=3306
TARGET_PORT=3306
PATH_DIR=/data/35276_1743142242406/sureops_deploy/testflutter17/sureops/testflutter17-db-d/deployment
PATH_DIR=/data/35276_1743142570640/sureops_deploy/testflutter17/sureops/testflutter17-db-d/deployment
#**********************
cd $PATH_DIR
cp /data/35276_1743142242406/sureops_deploy/testflutter17/testflutter17-db-d/authsec_mysql/mysql/wf_table/*.sql .
cp /data/35276_1743142570640/sureops_deploy/testflutter17/testflutter17-db-d/authsec_mysql/mysql/wf_table/*.sql .
pwd
DOCKER_TAG=1.0
# Stop any existing containers with the same name and ports

View File

@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
GIT_BRANCH=main
DOMAIN=157.66.191.31:3000
#TARGET_PORT=9292
PATH_DIR=/data/35276_1743142242406/sureops_deploy/testflutter17/sureops/testflutter17-front-f/deployment
PATH_DIR=/data/35276_1743142570640/sureops_deploy/testflutter17/sureops/testflutter17-front-f/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

View File

@ -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:31341/back';
static const baseUrl ='http://157.66.191.31:31347/back';
}