File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ services:
1010 limits :
1111 cpus : ' 8' # 50%
1212 memory : 19.2G # 60%
13-
14-
13+ volumes :
14+ - # Mount conf.d on host machine to the nginx conf.d on container
15+ - " ./entity-api/nginx/conf.d:/etc/nginx/conf.d"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 entity-api :
44 build :
55 context : ./entity-api
6- # Uncomment if tesitng against a specific branch of commons other than the PyPI package
6+ # Uncomment if testing against a specific branch of commons other than the PyPI package
77 # Will also need to use the 'git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons'
88 # in src/requirements.txt accordingly
99 args :
@@ -25,3 +25,5 @@ services:
2525 - " ../BUILD:/usr/src/app/BUILD"
2626 # Mount the source code to container
2727 - " ../src:/usr/src/app/src"
28+ - # Mount conf.d on host machine to the nginx conf.d on container
29+ - " ./entity-api/nginx/conf.d:/etc/nginx/conf.d"
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ services:
2727 - " ../log:/usr/src/app/log"
2828 # Mount the schema yaml file
2929 - " ../src/schema/provenance_schema.yaml:/usr/src/app/src/schema/provenance_schema.yaml"
30- # Mount conf.d on host machine to the nginx conf.d on container
31- - " ./entity-api/nginx/conf.d:/etc/nginx/conf.d"
3230 networks :
3331 - gateway_hubmap
3432 # Send docker logs to AWS CloudWatch
You can’t perform that action at this time.
0 commit comments