微服务版后端初始化
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: '1'
|
||||
services:
|
||||
xjrsoft-boot:
|
||||
image: xjrsoft-boot
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- spring.profiles.active=prod
|
||||
Reference in New Issue
Block a user