mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-1347] Setup code linting and production builds with CI (#339)
This commit is contained in:
+5
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user