]> git.parisson.com Git - mezzo.git/commitdiff
Change ports
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 3 Jan 2017 22:57:43 +0000 (23:57 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 3 Jan 2017 22:57:43 +0000 (23:57 +0100)
app/bin/app.sh
docker-compose.yml
env/dev.yml

index 5ea92239ef0839a094263e5d4c35f6f449db40d3..e21b16628aa01da7eb9e3e16962431ddcb2d5e84 100755 (executable)
@@ -33,8 +33,8 @@ chown -R $uid:$gid $media
 sh $app/bin/wait.sh
 
 # django setup
-python $manage migrate
 python $manage wait-for-db
+python $manage migrate
 # python $manage migrate --noinput
 # python $manage bower_install -- --allow-root
 python $manage create-admin-user
index d30b0466ab61619676ebdc75b88df362f929773b..0e4d59169e5489ab4c0d3b8f20e5cf2476e3f6a7 100644 (file)
@@ -62,7 +62,7 @@ app:
 nginx:
   image: nginx
   ports:
-    - "10020:80"
+    - "8021:80"
   volumes:
     - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf
   volumes_from:
index 0af15322f84640ae1d546d52d6c5fea92e99ae5a..61e5d867bf315d7c600d756361b1244c96c50c55 100644 (file)
@@ -24,7 +24,7 @@ app:
   volumes:
     - ./app/:/srv/app
   ports:
-    - "9020:8000"
-    - "3000:3000"
+    - "9021:8000"
+    - "3001:3000"
   environment:
     - DEBUG=True