[ACA-1347] Setup code linting and production builds with CI (#339)

This commit is contained in:
Denys Vuika
2018-04-30 11:51:27 +01:00
committed by GitHub
parent 46a5339214
commit 25c5738160
33 changed files with 176 additions and 78 deletions
+5 -3
View File
@@ -81,11 +81,13 @@ services:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf
proxy:
image: nginx
#image: nginx
image: alfresco/alfresco-content-app-proxy
build: ./docker-compose/proxy
depends_on:
- content-app
volumes:
- ./docker-compose/nginx.conf:/etc/nginx/conf.d/default.conf
# volumes:
# - ./docker-compose/nginx.conf:/etc/nginx/conf.d/default.conf
networks:
- internal
ports: