prettify nginx, dockerfile updates

This commit is contained in:
willyb321
2018-07-26 08:33:05 +10:00
parent 5f70d283e0
commit 78134404c3
3 changed files with 46 additions and 35 deletions

View File

@@ -5,8 +5,8 @@ services:
build:
dockerfile: coriolis/.docker/Dockerfile
context: ../..
environment:
BRANCH: master
args:
branch: master
restart: always
networks:
- coriolis_web
@@ -22,9 +22,13 @@ services:
build:
dockerfile: coriolis/.docker/Dockerfile
context: ../..
args:
branch: master
restart: always
environment:
BRANCH: feature/docker-deployment
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 8090:80
networks:
- coriolis_web
- default