mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-03 12:05:28 +08:00
微服务docker镜像制作
This commit is contained in:
@ -20,6 +20,17 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
|
||||
jeecg-boot-demo:
|
||||
depends_on:
|
||||
- jeecg-boot-nacos
|
||||
build:
|
||||
context: ../jeecg-boot-module-demo
|
||||
container_name: jeecg-boot-demo
|
||||
hostname: jeecg-boot-demo
|
||||
restart: on-failure
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
|
||||
jeecg-boot-gateway:
|
||||
restart: on-failure
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user