blob: 85b82e6aaaf834d04b34052c3caeb505dc697310 [file] [log] [blame]
Matteo Scandolof0441032017-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
Scott Baker65799a22017-03-22 13:51:56 -070017version: '2'
18
19networks:
20 xos:
21 external: true
22
23services:
24 synchronizer:
25 image: xosproject/openstack-synchronizer
26 networks:
27 - xos
28 #command: bash -c "sleep 86400"
29 volumes:
30 - /opt/cord/build/platform-install/credentials/xosadmin@opencord.org:/opt/xos/services/openstack/credentials/xosadmin@opencord.org
31 external_links:
32 - rcordbs_xos_redis_1:redis
33 logging:
34 driver: "json-file"
35 options:
36 max-size: "1000k"
37 max-file: "5"