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

26 lines
458 B
YAML
Raw Normal View History

2024-10-28 17:52:30 +08:00
#
# 抖音关注:程序员三丙
# 知识星球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
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