khenaidoo | fdbad6e | 2018-11-06 22:26:38 -0500 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2018 the original author or authors. |
| 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 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | version: "2" |
| 17 | services: |
| 18 | cli: |
| 19 | image: "${REGISTRY}${REPOSITORY}voltha-cli:latest" |
| 20 | logging: |
| 21 | driver: "json-file" |
| 22 | options: |
| 23 | max-size: "10m" |
| 24 | max-file: "3" |
| 25 | environment: |
| 26 | DOCKER_HOST_IP: "${DOCKER_HOST_IP}" |
| 27 | entrypoint: |
| 28 | - /voltha/python/cli/setup.sh |
khenaidoo | 5aadea0 | 2018-11-07 14:30:11 -0500 | [diff] [blame] | 29 | - -g ${DOCKER_HOST_IP}:50057 |
khenaidoo | fdbad6e | 2018-11-06 22:26:38 -0500 | [diff] [blame] | 30 | networks: |
| 31 | - default |
| 32 | ports: |
| 33 | - "5022:22" |
| 34 | |
| 35 | networks: |
| 36 | default: |
| 37 | driver: bridge |