deployment_files
This commit is contained in:
parent
b1a6abddc3
commit
ecb43e86fe
@ -37,7 +37,7 @@ RUN ls -la node_modules/html2canvas && \
|
|||||||
ls -la node_modules/html2canvas/dist
|
ls -la node_modules/html2canvas/dist
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
ENV PUBLIC_URL=http://:35789/testallrb00140879/demot1
|
ENV PUBLIC_URL=http://:35850/testallrb00140879/demot1
|
||||||
ENV NODE_PATH=/app/node_modules
|
ENV NODE_PATH=/app/node_modules
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
|
|||||||
@ -10,10 +10,10 @@ GITEA_PASS=$(sv get risadmin_prod dockerPassword)
|
|||||||
GITEA_EMAIL=ganeshk@dekatc.com
|
GITEA_EMAIL=ganeshk@dekatc.com
|
||||||
GIT_BRANCH=main
|
GIT_BRANCH=main
|
||||||
DOMAIN=157.66.191.31:3000
|
DOMAIN=157.66.191.31:3000
|
||||||
PATH_DIR=/data/40879_1750739684597/sureops_deploy/testallrb001/sureops/testallrb001-demot1-f/deployment
|
PATH_DIR=/data/40879_1750743667202/sureops_deploy/testallrb001/sureops/testallrb001-demot1-f/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.5
|
DOCKER_TAG=1.1
|
||||||
#docker system prune -f
|
#docker system prune -f
|
||||||
# Stop any existing containers with the same name and ports
|
# Stop any existing containers with the same name and ports
|
||||||
docker stop $PRJ_NAME >/dev/null 2>&1 || true
|
docker stop $PRJ_NAME >/dev/null 2>&1 || true
|
||||||
|
|||||||
@ -13,10 +13,10 @@ DOMAIN=157.66.191.31:3000
|
|||||||
#WEB-URL-PORT
|
#WEB-URL-PORT
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=9292
|
TARGET_PORT=9292
|
||||||
PATH_DIR=/data/40879_1750739684597/sureops_deploy/testallrb001/sureops/testallrb001-test2-b/deployment
|
PATH_DIR=/data/40879_1750743667202/sureops_deploy/testallrb001/sureops/testallrb001-test2-b/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.5
|
DOCKER_TAG=1.1
|
||||||
#docker system prune -f
|
#docker system prune -f
|
||||||
# Stop any existing containers with the same name and ports
|
# Stop any existing containers with the same name and ports
|
||||||
docker stop $PRJ_NAME >/dev/null 2>&1 || true
|
docker stop $PRJ_NAME >/dev/null 2>&1 || true
|
||||||
|
|||||||
@ -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/40879_1750739684597/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
#COPY --from=code /repo//data/40879_1750743667202/sureops_deploy/testallrb001/testallrb001-testdb-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,13 +11,13 @@ GIT_BRANCH=main
|
|||||||
DOMAIN=157.66.191.31:3000
|
DOMAIN=157.66.191.31:3000
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=3306
|
TARGET_PORT=3306
|
||||||
PATH_DIR=/data/40879_1750739684597/sureops_deploy/testallrb001/sureops/testallrb001-testdb-d/deployment
|
PATH_DIR=/data/40879_1750743667202/sureops_deploy/testallrb001/sureops/testallrb001-testdb-d/deployment
|
||||||
|
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
cp /data/40879_1750739684597/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/*.sql .
|
cp /data/40879_1750743667202/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||||
pwd
|
pwd
|
||||||
DOCKER_TAG=1.5
|
DOCKER_TAG=1.1
|
||||||
# Stop any existing containers with the same name and ports
|
# Stop any existing containers with the same name and ports
|
||||||
docker stop $PRJ_NAME >/dev/null 2>&1 || true
|
docker stop $PRJ_NAME >/dev/null 2>&1 || true
|
||||||
docker rm $PRJ_NAME >/dev/null 2>&1 || true
|
docker rm $PRJ_NAME >/dev/null 2>&1 || true
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
GENERATE_SOURCEMAP=false
|
GENERATE_SOURCEMAP=false
|
||||||
|
|
||||||
REACT_APP_API_URL=http://157.66.191.31:35791/test2/
|
REACT_APP_API_URL=http://157.66.191.31:35852/test2/
|
||||||
Loading…
x
Reference in New Issue
Block a user