xos_db: | |
image: xosproject/xos-postgres | |
expose: | |
- "5432" | |
xos_synchronizer_openstack: | |
command: bash -c "sleep 120; python /opt/xos/synchronizers/openstack/xos-synchronizer.py" | |
image: xosproject/xos-synchronizer-openstack | |
labels: | |
org.xosproject.kind: synchronizer | |
org.xosproject.target: openstack | |
links: | |
- xos_db | |
volumes: | |
- .:/root/setup:ro | |
# FUTURE | |
#xos_swarm_synchronizer: | |
# image: xosproject/xos-swarm-synchronizer | |
# labels: | |
# org.xosproject.kind: synchronizer | |
# org.xosproject.target: swarm | |
xos: | |
command: python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure --makemigrations | |
image: xosproject/xos | |
links: | |
- xos_db | |
ports: | |
- "8000:8000" | |
volumes: | |
- .:/root/setup:ro |