From: Guillaume Pellerin Date: Tue, 3 Jan 2017 22:57:43 +0000 (+0100) Subject: Change ports X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8a0d30c36567dcb593cd7c2eb1283856342a3c69;p=mezzo.git Change ports --- diff --git a/app/bin/app.sh b/app/bin/app.sh index 5ea92239..e21b1662 100755 --- a/app/bin/app.sh +++ b/app/bin/app.sh @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index d30b0466..0e4d5916 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/env/dev.yml b/env/dev.yml index 0af15322..61e5d867 100644 --- a/env/dev.yml +++ b/env/dev.yml @@ -24,7 +24,7 @@ app: volumes: - ./app/:/srv/app ports: - - "9020:8000" - - "3000:3000" + - "9021:8000" + - "3001:3000" environment: - DEBUG=True