]> git.parisson.com Git - telemeta.git/commitdiff
Use 8000 port for dev also
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 30 Jul 2018 09:44:01 +0000 (11:44 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 30 Jul 2018 09:44:01 +0000 (11:44 +0200)
README.rst
env/dev.yml

index 67300a9ddb3bc10af8aa99cf27622084f581e3d6..66d96a6f2e10aa3a022a58f45a9926f13f0124df 100644 (file)
@@ -213,7 +213,7 @@ To start the application in a development environment setup, first read / edit `
     git checkout dev
     docker-compose -f docker-compose.yml -f env/dev.yml up
 
-Then browse the app at http://localhost:9000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows). Note that the service will automatically be reloaded when any code of the app is modified.
+Then browse the app at http://localhost:8000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows). Note that the service will automatically be reloaded when any code of the app is modified.
 
 You are welcome to participate to the development by forking the Telemeta project on GitHub_, using it as if it were the original and submitting your changes through a Pull Request on the **dev branch ONLY**.
 
index dfcaadabe91a47466ccd5be4b46af186bda01e00..9f2130290a95f4bf67ba84f9b5ba62eaa31692d4 100644 (file)
 
 
 app:
-  image: parisson/telemeta:latest
+  image: parisson/telemeta:latest-dev
   env_file:
     - env/debug.env
   command: /bin/bash bin/app.sh --runserver
   ports:
-    - 9100:8000
+    - 8000:8000
 
 worker:
-  image: parisson/telemeta:latest
+  image: parisson/telemeta:latest-dev
   env_file:
     - env/debug.env