blob: a0b87edb14010f8eca06028dec9ddc7f36383c68 [file] [log] [blame]
Matteo Scandolo3ba6aff2016-04-06 14:44:56 -07001xos_db:
2 image: xosproject/xos-postgres
3 expose:
4 - "5432"
5
6# FUTURE
7#xos_swarm_synchronizer:
8# image: xosproject/xos-swarm-synchronizer
9# labels:
10# org.xosproject.kind: synchronizer
11# org.xosproject.target: swarm
12
13xos:
Matteo Scandolo6774d0f2016-06-02 09:33:12 -070014 image: xosproject/xos-test
Matteo Scandolo3ba6aff2016-04-06 14:44:56 -070015 command: python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure --makemigrations
16 #command: sleep 86400 # For interactive session
17 ports:
18 - "9999:8000"
19 links:
20 - xos_db
21 volumes:
22 - ../common/xos_common_config:/opt/xos/xos_configuration/xos_common_config
23 - ../../core/xoslib:/opt/xos/core/xoslib
24 - ../../core/static:/opt/xos/core/static
25 - ../../templates/admin:/opt/xos/templates/admin
26 - ../../configurations:/opt/xos/configurations
27 - ../../tests:/opt/xos/tests
Matteo Scandoloc6103aa2016-04-07 14:38:54 -070028 - ../../api:/opt/xos/api