diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 4e456ee..a21430d 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -28,6 +28,7 @@ services: tduck-api: # build: # context: ./jeecg-boot-module-system + network_mode: host restart: unless-stopped container_name: tduck-platform-dev image: 192.168.1.140:5000/epmet-cloud-dev/tduck-platform:version_placeholder diff --git a/tduck-api/Dockerfile b/tduck-api/Dockerfile index de74590..4f8f389 100644 --- a/tduck-api/Dockerfile +++ b/tduck-api/Dockerfile @@ -4,10 +4,6 @@ MAINTAINER jeecgos@163.com RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime -RUN mkdir -p /jeecg-boot - -WORKDIR /jeecg-boot - EXPOSE 8116 #ADD ./target/jeecg-boot-module-system-2.2.1.jar ./jeecg-boot-module-system-2.2.1.jar diff --git a/tduck-api/src/main/resources/logback-spring.xml b/tduck-api/src/main/resources/logback-spring.xml index 1f532e2..8fd13a0 100644 --- a/tduck-api/src/main/resources/logback-spring.xml +++ b/tduck-api/src/main/resources/logback-spring.xml @@ -2,7 +2,7 @@ - +