mirror of https://github.com/jeecgboot/jeecg-boot
nacos server本地化采用jar方式启动,简化开发
parent
5b70c1d8b8
commit
84a6e28677
|
@ -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
|
||||
CMD sleep 5;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-nacos-2.4.2.jar
|
Loading…
Reference in New Issue