Files
star-erp/compose.demo.yaml
sky121113 2a88649f75
Some checks failed
ERP-Deploy-Production / deploy-production (push) Successful in 1m0s
ERP-Deploy-Demo / deploy-demo (push) Failing after 24s
feat: 拆分 Docker Compose 配置為多檔案繼承模式並優化部署工作流
2026-02-23 17:06:15 +08:00

7 lines
131 B
YAML

services:
proxy:
ports:
- '8080:8080'
volumes:
- './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro'