mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 11:37:37 +00:00
feat 拆分支付模块为单独的项目
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
platform:
|
||||
image: bootx-platform:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
# 宿主机目录:容器目录 日志映射
|
||||
- /data/logs/bootx-platform:/logs
|
||||
# 外部化配置文件
|
||||
- ./application.yml:/application.yml
|
Reference in New Issue
Block a user