blob: 464b560c11e9f8cf16f98c862f43d6b9c570862f [file] [log] [blame]
David K. Bainbridgeab4a2eb2015-12-03 11:49:01 -08001xos_db:
David K. Bainbridge975440c2015-12-09 09:54:40 -08002 image: xosproject/xos-postgres
David K. Bainbridgeab4a2eb2015-12-03 11:49:01 -08003 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
David K. Bainbridge50667652015-12-03 20:26:41 -080021 command: python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure --makemigrations
David K. Bainbridgeab4a2eb2015-12-03 11:49:01 -080022 ports:
23 - "8000:8000"
24 links:
25 - xos_db