]> git.parisson.com Git - telemeta.git/commitdiff
Back to 9100 for dev port, add timeside local lib for dev
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Jul 2018 08:52:34 +0000 (10:52 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Jul 2018 08:52:34 +0000 (10:52 +0200)
README.rst
doc/pelican-themes
env/dev.yml

index 66d96a6f2e10aa3a022a58f45a9926f13f0124df..3c8c962e7823eab7318a48bf2ecc70629253aa65 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: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.
+Then browse the app at http://localhost:9100/ (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 2066cb022da2ed06a6ed035b99f960f2034aa415..a3e097c775c385ed6bb1bb70ab7d7ed24dc962b3 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2066cb022da2ed06a6ed035b99f960f2034aa415
+Subproject commit a3e097c775c385ed6bb1bb70ab7d7ed24dc962b3
index 9f2130290a95f4bf67ba84f9b5ba62eaa31692d4..c0cde07ac81329358608dff28690eeb13f1b1ecc 100644 (file)
@@ -28,12 +28,16 @@ app:
     - env/debug.env
   command: /bin/bash bin/app.sh --runserver
   ports:
-    - 8000:8000
+    - 9100:8000
+  volumes:
+    - ./lib/TimeSide:/srv/lib/timeside
 
 worker:
   image: parisson/telemeta:latest-dev
   env_file:
     - env/debug.env
+  volumes:
+    - ./lib/TimeSide:/srv/lib/timeside
 
 db:
   volumes: