增加测试环境docker文件
This commit is contained in:
13
docker-compose.test.yml
Normal file
13
docker-compose.test.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
hotel-biz-h5-test:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
BUILD_MODE: test
|
||||
image: hotel-biz-h5:test
|
||||
container_name: hotel-biz-h5-test
|
||||
environment:
|
||||
BACKEND_GATEWAY: ${BACKEND_GATEWAY:-http://8.138.234.141/ingress}
|
||||
ports:
|
||||
- "${H5_PORT:-10086}:10086"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user