Merge conflicts

This commit is contained in:
Fergal Moran
2015-09-22 21:18:30 +00:00
3 changed files with 9 additions and 7 deletions

12
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "dss.api"]
path = dss.api
url = git@github.com:fergalmoran/dss.api.git
path = dss.api
url = git@github.com:fergalmoran/dss.api.git
[submodule "dss.web"]
path = dss.web
url = git@github.com:fergalmoran/dss.web.git
path = dss.web
url = git@github.com:fergalmoran/dss.web.git
[submodule "dss.radio"]
path = dss.radio
url = git@github.com:fergalmoran/dss.radio.git
path = dss.radio
url = git@github.com:fergalmoran/dss.radio.git

View File

@@ -1,8 +1,9 @@
radio:
build: ./radio
build: ./dss.radio
command: supervisord -n -c /etc/supervisord.conf
ports:
- "8351:8351"
- "8888:8888"
rabbitmq:
image: tutum/rabbitmq

1
dss.radio Symbolic link
View File

@@ -0,0 +1 @@
../dss.radio/