Files
JChargePointProtocol/docker/docker-compose.monolith.yml

29 lines
563 B
YAML
Raw Permalink Normal View History

2024-10-28 17:52:30 +08:00
#
2025-03-04 10:42:17 +08:00
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
2024-10-28 17:52:30 +08:00
#
2025-03-04 10:42:17 +08:00
2024-10-28 17:52:30 +08:00
networks:
sanbing-network:
driver: bridge
name: sanbing-network
ipam:
config:
- subnet: 10.10.0.0/24
services:
jcpp-node-0:
restart: always
2024-11-28 10:59:33 +08:00
build:
context: ..
dockerfile: docker/app.Dockerfile
2024-10-28 17:52:30 +08:00
networks:
- sanbing-network
ports:
- "8080:8080"
- "38001:38001"
environment:
HTTP_BIND_PORT: 8080