blob: 67dfc98273806031611bbab2d6b324bb6a556feb [file] [log] [blame]
David K. Bainbridgeab4a2eb2015-12-03 11:49:01 -08001xos_db:
2 image: xosproject/xos-postgress
3 expose:
4 - "5432"
5
6xos_synchronizer_openstack:
7 image: xosproject/xos-synchronizer-openstack
8 labels:
9 org.xosproject.kind: synchronizer
10 org.xosproject.target: openstack
11
12# FUTURE
13#xos_swarm_synchronizer:
14# image: xosproject/xos-swarm-synchronizer
15# labels:
16# org.xosproject.kind: synchronizer
17# org.xosproject.target: swarm
18
19xos:
20 image: xosproject/xos
21 ports:
22 - "8000:8000"
23 links:
24 - xos_db