blob: 24f57d38fdc73eb0ac229bfcce3f34dec34e10f0 [file] [log] [blame]
Matteo Scandolo3effc6e2018-03-26 13:18:52 -07001# 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 Scandolo1c049b02018-01-18 11:32:46 -080015# Progran for docker-compose
16version: '2'
17
18services:
19 progran:
Matteo Scandolo78742162018-02-23 10:24:34 -080020 image: cemturker/prograncontrollermcord:0.1.8
Matteo Scandolo1c049b02018-01-18 11:32:46 -080021 ports:
22 - "221:22"
23 - "6655:6653"
24 - "8103:8101"
25 - "8183:8181"
Matteo Scandolo830403a2018-02-05 10:51:59 -080026 - "9878:9876"
Matteo Scandolo1c049b02018-01-18 11:32:46 -080027 - "4010:4010"