blob: 3790d3cb01818956e684e36cb16edaed6ece00cc [file] [log] [blame]
Matteo Scandolo6288d5a2017-08-08 13:05:26 -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 Campanella08c14ca2017-03-31 16:13:09 +020017version: '2'
18
19networks:
20 xos:
21 external: true
22
23services:
24 synchronizer:
25 image: xosproject/veg-synchronizer
26 networks:
27 - xos
28 #command: bash -c "sleep 86400"
29 volumes:
30 - /opt/cord_profile/key_import/veg_rsa:/opt/xos/services/veg/keys/veg_rsa:ro
31 - /opt/cord_profile/node_key:/opt/cord_profile/node_key:ro
32 - /opt/cord/build/platform-install/credentials/xosadmin@opencord.org:/opt/xos/services/veg/credentials/xosadmin@opencord.org
33 external_links:
34 - rcordbs_xos_redis_1:redis
35 logging:
36 driver: "json-file"
37 options:
38 max-size: "1000k"
39 max-file: "5"