diff --git a/site/management-backend/docker-compose.yml b/site/management-backend/docker-compose.yml index 3b525c1..843b40c 100644 --- a/site/management-backend/docker-compose.yml +++ b/site/management-backend/docker-compose.yml @@ -45,7 +45,6 @@ services: environment: TZ: Asia/Taipei stdin_open: true - network_mode: bridge volumes: - /docker/nexus3/nexus-data:/nexus-data tty: true diff --git a/wildfly_base/config/standalone-sp.xml b/wildfly_base/config/standalone-sp.xml index 8f0bbe3..c8f070b 100644 --- a/wildfly_base/config/standalone-sp.xml +++ b/wildfly_base/config/standalone-sp.xml @@ -149,12 +149,12 @@ - jdbc:mysql://${SESSIONDB_HOST}/${SESSIONDB_NAMAE} + jdbc:mysql://sessiondb:3306/wf_sessions com.mysql.jdbc.Driver mysql - ${SESSIONDB_USER} - ${SESSIONDB_PASS} + session + session @@ -345,7 +345,7 @@ - + @@ -518,7 +518,7 @@ - +