diff --git a/.gitmodules b/.gitmodules index bb7561e..0b403bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 218f334..838c3e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/dss.radio b/dss.radio new file mode 120000 index 0000000..5e792a0 --- /dev/null +++ b/dss.radio @@ -0,0 +1 @@ +../dss.radio/ \ No newline at end of file