blob: 13fb926f4e098eeb58dc8a22c001919a8c1c34b3 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
services:
tengine:
image: wzg547228197/dubbo-samples-tengine:1.0.0
volumes:
- ${_basedir}/dubbo-samples-tengine-provider/src/main/resources/docker/tengine/nginx.conf:/usr/local/nginx/conf/nginx.conf
waitPortsBeforeRun:
- dubbo-samples-tengine-provider:20880
depends_on:
- dubbo-samples-tengine-provider
dubbo-samples-tengine-provider:
type: app
basedir: dubbo-samples-tengine-provider
mainClass: org.apache.dubbo.samples.tengine.provider.Provider
checkPorts:
- 20880
checkLog: "dubbo service started"
dubbo-samples-tengine-test:
type: test
basedir: dubbo-samples-tengine-provider
tests:
- "**/*IT.class"
systemProps:
- tengine.address=tengine
waitPortsBeforeRun:
- tengine:8080
- dubbo-samples-tengine-provider:20880
depends_on:
- tengine
- dubbo-samples-tengine-provider