blob: 1d4545bb163e7bac9e1e3ab923f8d809c5fb5f00 [file] [log] [blame]
Matteo Scandolofcf842e2017-08-08 13:05:25 -07001
2# Copyright 2017-present Open Networking Foundation
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
Andrea Campanellaade88482017-04-05 12:39:52 +020017version: '2'
18
19networks:
20 xos:
21 external: true
22
23services:
24 synchronizer:
25 image: xosproject/metronetwork-synchronizer
26 networks:
27 - xos
28 #command: bash -c "sleep 86400"
29 volumes:
30 - /opt/cord_profile/node_key:/opt/cord_profile/node_key:ro
31 - /opt/cord/build/platform-install/credentials/xosadmin@opencord.org:/opt/xos/services/metro-net/credentials/xosadmin@opencord.org
32 external_links:
33 - rcordbs_xos_redis_1:redis
34 logging:
35 driver: "json-file"
36 options:
37 max-size: "1000k"
38 max-file: "5"