chore: update api images

This commit is contained in:
geek 2017-09-01 15:03:27 -05:00 committed by Sérgio Ramos
parent 8ee09f8716
commit 18c94f7f60
4 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ frontend:
# BACKEND # BACKEND
############################################################################# #############################################################################
api: api:
image: joyent/copilot-api:1.0.0 image: joyent/copilot-api:1.1.0
mem_limit: 512m mem_limit: 512m
links: links:
- consul:consul - consul:consul

View File

@ -21,7 +21,7 @@
"joi": "^10.6.0", "joi": "^10.6.0",
"joyent-cp-gql-schema": "^1.7.0", "joyent-cp-gql-schema": "^1.7.0",
"piloted": "^3.1.1", "piloted": "^3.1.1",
"portal-api": "^1.6.0", "portal-api": "^1.7.0",
"toppsy": "^1.1.0", "toppsy": "^1.1.0",
"triton": "^5.2.0" "triton": "^5.2.0"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "portal-api", "name": "portal-api",
"version": "1.6.0", "version": "1.7.0",
"description": "", "description": "",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {

View File

@ -81,7 +81,7 @@ frontend:
# BACKEND # BACKEND
############################################################################# #############################################################################
api: api:
image: joyent/copilot-api:1.0.0 image: joyent/copilot-api:1.1.0
mem_limit: 1g mem_limit: 1g
expose: expose:
- 3000 - 3000