Matteo Scandolo | 3effc6e | 2018-03-26 13:18:52 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 15 | # Progran for docker-compose |
| 16 | version: '2' |
| 17 | |
| 18 | services: |
| 19 | progran: |
Matteo Scandolo | 7874216 | 2018-02-23 10:24:34 -0800 | [diff] [blame] | 20 | image: cemturker/prograncontrollermcord:0.1.8 |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 21 | ports: |
| 22 | - "221:22" |
| 23 | - "6655:6653" |
| 24 | - "8103:8101" |
| 25 | - "8183:8181" |
Matteo Scandolo | 830403a | 2018-02-05 10:51:59 -0800 | [diff] [blame] | 26 | - "9878:9876" |
Matteo Scandolo | 1c049b0 | 2018-01-18 11:32:46 -0800 | [diff] [blame] | 27 | - "4010:4010" |