David K. Bainbridge | ab4a2eb | 2015-12-03 11:49:01 -0800 | [diff] [blame] | 1 | xos_db: |
David K. Bainbridge | 975440c | 2015-12-09 09:54:40 -0800 | [diff] [blame] | 2 | image: xosproject/xos-postgres |
David K. Bainbridge | ab4a2eb | 2015-12-03 11:49:01 -0800 | [diff] [blame] | 3 | expose: |
| 4 | - "5432" |
| 5 | |
| 6 | xos_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 | |
| 19 | xos: |
| 20 | image: xosproject/xos |
David K. Bainbridge | 5066765 | 2015-12-03 20:26:41 -0800 | [diff] [blame] | 21 | command: python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure --makemigrations |
David K. Bainbridge | ab4a2eb | 2015-12-03 11:49:01 -0800 | [diff] [blame] | 22 | ports: |
| 23 | - "8000:8000" |
| 24 | links: |
| 25 | - xos_db |