Files
star-erp/compose.demo.yaml
sky121113 8e3d951d0d
Some checks failed
ERP-Deploy-Production / deploy-production (push) Successful in 57s
ERP-Deploy-Demo / deploy-demo (push) Failing after 51s
feat: 為 demo 環境增加 80 埠口對應
2026-02-23 17:12:43 +08:00

8 lines
147 B
YAML

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