blob: 464b560c11e9f8cf16f98c862f43d6b9c570862f [file] [log] [blame]
xos_db:
image: xosproject/xos-postgres
expose:
- "5432"
xos_synchronizer_openstack:
image: xosproject/xos-synchronizer-openstack
labels:
org.xosproject.kind: synchronizer
org.xosproject.target: openstack
# FUTURE
#xos_swarm_synchronizer:
# image: xosproject/xos-swarm-synchronizer
# labels:
# org.xosproject.kind: synchronizer
# org.xosproject.target: swarm
xos:
image: xosproject/xos
command: python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure --makemigrations
ports:
- "8000:8000"
links:
- xos_db