提交 84a6e286 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

nacos server本地化采用jar方式启动,简化开发

上级 5b70c1d8
......@@ -28,28 +28,18 @@ services:
hostname: jeecg-boot-redis
jeecg-boot-nacos:
restart: always
image: nacos/nacos-server:1.4.0
container_name: jeecg-boot-nacos
hostname: jeecg-boot-nacos
restart: on-failure
build:
context: ./jeecg-cloud-nacos
ports:
- 8848:8848
depends_on:
- jeecg-boot-mysql
# volumes:
# - ./init/docker-startup.sh:/home/nacos/bin/docker-startup.sh
# - ./init/application.properties:/home/nacos/conf/application.properties
environment:
MODE: standalone
PREFER_HOST_MODE: hostname
SPRING_DATASOURCE_PLATFORM: mysql
MYSQL_SERVICE_HOST: jeecg-boot-mysql
MYSQL_SERVICE_PORT: 3306
MYSQL_SERVICE_USER: root
MYSQL_SERVICE_PASSWORD: root
MYSQL_SERVICE_DB_NAME: nacos
container_name: jeecg-boot-nacos
hostname: jeecg-boot-nacos
jeecg-boot-gateway:
restart: on-failure
build:
context: ./jeecg-cloud-gateway
ports:
......
......@@ -12,4 +12,4 @@ EXPOSE 8848
ADD ./target/jeecg-cloud-nacos-2.4.2.jar ./
CMD sleep 50;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-nacos-2.4.2.jar
\ No newline at end of file
CMD sleep 5;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-nacos-2.4.2.jar
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册