Files
yueqian-erp/cloud/yueqian-erp-cloud-gateway/compose.yaml
T
zdh 0985dacbfe feat: init yueqian-erp based on xingyun
- Change groupId: com.lframework -> com.yueqian
- Change artifactId: xingyun -> yueqian-erp
- Rename modules: xingyun-* -> yueqian-erp-*
- Update Java packages: com.lframework.xingyun -> com.yueqian.xingyun
- Preserve external Jugg framework dependencies as com.lframework
- Update README and documentation
2026-06-13 20:07:18 +08:00

14 lines
495 B
YAML

services:
xingyun-cloud-gateway:
image: ${XINGYUN_CLOUD_GATEWAY_IMAGE:-xingyun-cloud-gateway:local}
build:
context: ./target
dockerfile: Dockerfile
container_name: ${XINGYUN_CLOUD_GATEWAY_CONTAINER_NAME:-xingyun-cloud-gateway}
restart: unless-stopped
ports:
- "${XINGYUN_CLOUD_GATEWAY_PORT:-15000}:15000"
environment:
XINGYUN_NACOS_SERVER_ADDR: ${XINGYUN_NACOS_SERVER_ADDR:?XINGYUN_NACOS_SERVER_ADDR is required}
JAVA_OPTS: ${JAVA_OPTS:-}