mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 02:19:56 +08:00
快速开始
This commit is contained in:
24
docker/docker-compose.monolith.yml
Normal file
24
docker/docker-compose.monolith.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# 抖音关注:程序员三丙
|
||||
# 知识星球:https://t.zsxq.com/j9b21
|
||||
#
|
||||
|
||||
networks:
|
||||
sanbing-network:
|
||||
driver: bridge
|
||||
name: sanbing-network
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.10.0.0/24
|
||||
|
||||
services:
|
||||
jcpp-node-0:
|
||||
restart: always
|
||||
image: registry.cn-hangzhou.aliyuncs.com/sanbing/jcpp-monolith:latest
|
||||
networks:
|
||||
- sanbing-network
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "38001:38001"
|
||||
environment:
|
||||
HTTP_BIND_PORT: 8080
|
||||
Reference in New Issue
Block a user