services:
huoyan-enterprise-backend:
build:
context: .
dockerfile: Dockerfile
image: registry.cn-hangzhou.aliyuncs.com/qing358/zlsj-huoyan-enterprise-backend-viersin:${ENTERPRISE_BACKEND_VERSION:-latest}
env_file:
- .env
ports:
- "7862:7862"
restart: unless-stopped