生产docker部署

This commit is contained in:
andy
2026-06-30 10:57:21 +08:00
parent 898a1e1577
commit 46a8bf3c07
6 changed files with 152 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
hotel-biz-h5:
build:
context: .
args:
BUILD_MODE: prod
image: hotel-biz-h5:prod
container_name: hotel-biz-h5
environment:
BACKEND_GATEWAY: http://192.168.3.211:9999
ports:
- "10086:10086"
restart: unless-stopped