Scott Baker | 14c8f18 | 2019-05-22 18:05:29 -0700 | [diff] [blame] | 1 | # Portions copyright 2019-present Open Networking Foundation |
| 2 | # Original copyright 2019-present Ciena Corporation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | |
| 14 | version: '2' |
| 15 | services: |
| 16 | mock-server: |
| 17 | container_name: xos-mock-grpc-server |
| 18 | build: . |
| 19 | ports: |
| 20 | - "50051:50051" |
| 21 | environment: |
| 22 | - DATA_JSON |