From 165b0787168f5b80fe25baa90ef4e4b4d5289919 Mon Sep 17 00:00:00 2001 From: fabio Date: Wed, 13 Sep 2023 12:50:42 +0000 Subject: [PATCH 1/2] Excluir conf/standalone --- conf/standalone | 591 ------------------------------------------------ 1 file changed, 591 deletions(-) delete mode 100644 conf/standalone diff --git a/conf/standalone b/conf/standalone deleted file mode 100644 index 185af71d2..000000000 --- a/conf/standalone +++ /dev/null @@ -1,591 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${SCO_URL} - oracle.jdbc.driver.OracleDriver - ojdbc8.jar - - ${SCO_USER} - ${SCO_PWD} - - - 1 - 10 - false - - - - true - - - - - - ${READ_URL} - oracle.jdbc.driver.OracleDriver - ojdbc8.jar - - ${READ_USER} - ${READ_PWD} - - - 1 - 10 - false - - - - true - - - - - - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE - h2 - - sa - sa - - - - - org.h2.jdbcx.JdbcDataSource - - - - - - - - - - - - - - - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${jboss.bind.address:127.0.0.1} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 821f6a7b57b0ee5bbe82de38cdf00fbdca56b4a3 Mon Sep 17 00:00:00 2001 From: fabio Date: Wed, 13 Sep 2023 12:50:57 +0000 Subject: [PATCH 2/2] Excluir Dockerfile --- Dockerfile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index b01cc5123..000000000 --- a/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -FROM jboss/wildfly:22.0.1.Final - -#set do diretorio de trabalho -WORKDIR /opt/jboss/wildfly - -#copy do driver -#ADD target/ventaboletosadm/WEB-INF/lib/ojdbc8.jar /target/ojdbc8-21.7.0.0.jar - -# adicionando usuario adm -#CMD ["/opt/jboss/wildfly/bin/add-user.sh", "-a", "admin", "rjmaster09@"] - -ENV SCO_URL jdbc:oracle:thin:@138.219.88.188:1524/ORCLCDB -ENV SCO_USER vtabol -ENV SCO_PWD dev_rj_20 - -ENV READ_URL jdbc:oracle:thin:@138.219.88.188:1524/ORCLCDB -ENV READ_USER vtabol -ENV READ_PWD dev_rj_20 - -#ADD ./conf /opt/jboss/wildfly/standalone/configuration - -#ADD target/*.war /opt/jboss/wildfly/standalone/deployments/ -EXPOSE 8080 9990 \ No newline at end of file