deployment_files
This commit is contained in:
parent
ad98718be5
commit
848600d035
|
@ -13,7 +13,7 @@ DOMAIN=git.io8.dev
|
||||||
#WEB-URL-PORT
|
#WEB-URL-PORT
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=9292
|
TARGET_PORT=9292
|
||||||
PATH_DIR=/data/19259_1723875309970/sureops_deploy/testprod106/sureops/testprod106-back-b/deployment
|
PATH_DIR=/data/19259_1724044725886/sureops_deploy/testprod106/sureops/testprod106-back-b/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.0
|
DOCKER_TAG=1.0
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
ENV MYSQL_ROOT_PASSWORD root
|
ENV MYSQL_ROOT_PASSWORD root
|
||||||
COPY conf.d /etc/mysql/conf.d
|
COPY conf.d /etc/mysql/conf.d
|
||||||
COPY *.sql /docker-entrypoint-initdb.d/
|
COPY *.sql /docker-entrypoint-initdb.d/
|
||||||
#COPY --from=code /repo//data/19259_1723875309970/sureops_deploy/testprod106/testprod106-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
#COPY --from=code /repo//data/19259_1724044725886/sureops_deploy/testprod106/testprod106-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
||||||
VOLUME /var/lib/mysql
|
VOLUME /var/lib/mysql
|
||||||
EXPOSE 3306
|
EXPOSE 3306
|
||||||
CMD ["mysqld"]
|
CMD ["mysqld"]
|
|
@ -11,11 +11,11 @@ GIT_BRANCH=main
|
||||||
DOMAIN=git.io8.dev
|
DOMAIN=git.io8.dev
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=3306
|
TARGET_PORT=3306
|
||||||
PATH_DIR=/data/19259_1723875309970/sureops_deploy/testprod106/sureops/testprod106-db-d/deployment
|
PATH_DIR=/data/19259_1724044725886/sureops_deploy/testprod106/sureops/testprod106-db-d/deployment
|
||||||
|
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
cp /data/19259_1723875309970/sureops_deploy/testprod106/testprod106-db-d/authsec_mysql/mysql/wf_table/*.sql .
|
cp /data/19259_1724044725886/sureops_deploy/testprod106/testprod106-db-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||||
pwd
|
pwd
|
||||||
DOCKER_TAG=1.0
|
DOCKER_TAG=1.0
|
||||||
# Stop any existing containers with the same name and ports
|
# Stop any existing containers with the same name and ports
|
||||||
|
|
|
@ -13,7 +13,7 @@ DOMAIN=git.io8.dev
|
||||||
#WEB-URL-PORT
|
#WEB-URL-PORT
|
||||||
CONT_PORT=30167
|
CONT_PORT=30167
|
||||||
TARGET_PORT=80
|
TARGET_PORT=80
|
||||||
PATH_DIR=/data/19259_1723875309970/sureops_deploy/testprod106/sureops/testprod106-front-f/deployment
|
PATH_DIR=/data/19259_1724044725886/sureops_deploy/testprod106/sureops/testprod106-front-f/deployment
|
||||||
**********************
|
**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.0
|
DOCKER_TAG=1.0
|
||||||
|
|
|
@ -12,7 +12,7 @@ export const environment = {
|
||||||
|
|
||||||
//Deployment configs
|
//Deployment configs
|
||||||
|
|
||||||
backport:'4427/testprod10619259/back',
|
backport:'4476/testprod10619259/back',
|
||||||
backendUrl:'/testprod10619259/back',
|
backendUrl:'/testprod10619259/back',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ export const environment = {
|
||||||
|
|
||||||
//Deployment configs
|
//Deployment configs
|
||||||
|
|
||||||
backport:'4427/testprod10619259/back',
|
backport:'4476/testprod10619259/back',
|
||||||
backendUrl:'/testprod10619259/back',
|
backendUrl:'/testprod10619259/back',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue