From 4f7362ec2854732c2ff2454331ec815c4c3147f0 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 22 十一月 2024 11:08:59 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/se-cloud --- docker-compose/docker-compose.yml | 41 +++-------------------------------------- 1 files changed, 3 insertions(+), 38 deletions(-) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 041a6f9..50ea4ba 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -38,7 +38,7 @@ # - 7848:7848 - 8848:8848 - 9848:9848 -# - 9849:9849 +# - 9849:9849 depends_on: - se-mysql networks: @@ -67,31 +67,13 @@ - ./gateway:/data environment: TZ: Asia/Shanghai - entrypoint: java -jar /data/se-gateway.jar --spring.config.location=file:/data/ + entrypoint: /bin/sh -c "sleep 25 && java -jar /data/se-gateway.jar --spring.config.location=file:/data/" depends_on: - se-redis - se-mysql - se-nacos # links: # - se-redis - networks: - - network-se - restart: always - # auth - se-auth: - image: openjdk:8-jre -# ports: -# - 9200:9200 - volumes: - - ./auth/logs:/logs - - ./auth:/data - environment: - TZ: Asia/Shanghai - entrypoint: java -jar /data/se-auth.jar --spring.config.location=file:/data/ - depends_on: - - se-redis - - se-mysql - - se-nacos networks: - network-se restart: always @@ -105,26 +87,9 @@ - ./system:/data environment: TZ: Asia/Shanghai - entrypoint: java -jar /data/se-modules-system.jar --spring.config.location=file:/data/ + entrypoint: /bin/sh -c "sleep 30 && java -jar /data/se-modules-system.jar --spring.config.location=file:/data/" depends_on: - se-redis - - se-mysql - - se-nacos - networks: - - network-se - restart: always - # se-file - se-file: - image: openjdk:8-jre -# ports: -# - 9300:9300 - volumes: - - ./file/logs:/logs - - ./file:/data - environment: - TZ: Asia/Shanghai - entrypoint: java -jar /data/se-modules-file.jar --spring.config.location=file:/data/ - depends_on: - se-mysql - se-nacos networks: -- Gitblit v1.9.3