deployment_files
This commit is contained in:
parent
3cb4b52446
commit
63873c7385
@ -13,7 +13,7 @@ DOMAIN=git.cloudnsure.com
|
||||
#WEB-URL-PORT
|
||||
CONT_PORT=3306
|
||||
TARGET_PORT=9292
|
||||
PATH_DIR=/data/32419_1730717423093/sureops_deploy/testvjsnjsttttttt/sureops/testvjsnjsttttttt-back-b/deployment
|
||||
PATH_DIR=/data/32419_1730718838194/sureops_deploy/testvjsnjsttttttt/sureops/testvjsnjsttttttt-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/32419_1730717423093/sureops_deploy/testvjsnjsttttttt/testvjsnjsttttttt-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
||||
#COPY --from=code /repo//data/32419_1730718838194/sureops_deploy/testvjsnjsttttttt/testvjsnjsttttttt-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=git.cloudnsure.com
|
||||
CONT_PORT=3306
|
||||
TARGET_PORT=3306
|
||||
PATH_DIR=/data/32419_1730717423093/sureops_deploy/testvjsnjsttttttt/sureops/testvjsnjsttttttt-db-d/deployment
|
||||
PATH_DIR=/data/32419_1730718838194/sureops_deploy/testvjsnjsttttttt/sureops/testvjsnjsttttttt-db-d/deployment
|
||||
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
cp /data/32419_1730717423093/sureops_deploy/testvjsnjsttttttt/testvjsnjsttttttt-db-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||
cp /data/32419_1730718838194/sureops_deploy/testvjsnjsttttttt/testvjsnjsttttttt-db-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||
pwd
|
||||
DOCKER_TAG=1.0
|
||||
# Stop any existing containers with the same name and ports
|
||||
|
@ -1155,7 +1155,7 @@ CREATE TABLE `sys_param_upload` (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS forma(id BIGINT NOT NULL AUTO_INCREMENT, q bit(1), radiob VARCHAR(400), m bit(1), n bit(1), PRIMARY KEY (id));
|
||||
CREATE TABLE IF NOT EXISTS forma(id BIGINT NOT NULL AUTO_INCREMENT, decimalf int, PRIMARY KEY (id));
|
||||
START TRANSACTION;
|
||||
INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Forma',NULL,1577,'Forma','U2000','Enable');
|
||||
SET @last_inserted_id = LAST_INSERT_ID();
|
||||
|
@ -29,9 +29,9 @@ RUN npm install --force jsbarcode
|
||||
COPY --from=code /repo/testvjsnjsttttttt/testvjsnjsttttttt-front-f/Authsec_vuejs/Authsec_vuejs .
|
||||
|
||||
# Build the Vue.js application
|
||||
#RUN PUBLIC_URL=http://52.2.133.246:31630/testvjsnjsttttttt32419/front npm run build
|
||||
#RUN PUBLIC_URL=http://52.2.133.246:31636/testvjsnjsttttttt32419/front npm run build
|
||||
RUN npm install -g vite
|
||||
RUN vite build --base=http://52.2.133.246:31630/testvjsnjsttttttt32419/front
|
||||
RUN vite build --base=http://52.2.133.246:31636/testvjsnjsttttttt32419/front
|
||||
|
||||
# Production stage to serve the built application
|
||||
FROM nginx:alpine
|
||||
|
@ -13,7 +13,7 @@ DOMAIN=git.cloudnsure.com
|
||||
#WEB-URL-PORT
|
||||
CONT_PORT=40010
|
||||
TARGET_PORT=80
|
||||
PATH_DIR=/data/32419_1730717423093/sureops_deploy/testvjsnjsttttttt/sureops/testvjsnjsttttttt-front-f/deployment
|
||||
PATH_DIR=/data/32419_1730718838194/sureops_deploy/testvjsnjsttttttt/sureops/testvjsnjsttttttt-front-f/deployment
|
||||
#**********************
|
||||
cd $PATH_DIR
|
||||
DOCKER_TAG=1.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
#VITE_APP_API_URL
|
||||
VITE_APP_API_URL=http://52.2.133.246:31632/back
|
||||
VITE_APP_API_URL=http://52.2.133.246:31638/back
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user