1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00

chore: bump triton-watch dep (#4)

This commit is contained in:
Wyatt Preul 2017-09-16 05:38:30 -05:00 committed by GitHub
parent b9e946ddf8
commit 85b7d0ef57
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "api", "name": "api",
"version": "1.8.11", "version": "1.8.12",
"description": "", "description": "",
"main": "./server.js", "main": "./server.js",
"scripts": { "scripts": {
@ -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.8.11", "portal-api": "^1.8.12",
"toppsy": "^1.1.0", "toppsy": "^1.1.0",
"triton": "^5.2.0" "triton": "^5.2.0"
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "portal-api", "name": "portal-api",
"version": "1.8.11", "version": "1.8.12",
"description": "", "description": "",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {
@ -53,7 +53,7 @@
"throat": "^4.1.0", "throat": "^4.1.0",
"toppsy": "^1.1.0", "toppsy": "^1.1.0",
"triton": "^5.3.1", "triton": "^5.3.1",
"triton-watch": "^1.1.0", "triton-watch": "^1.1.1",
"uuid": "^3.1.0", "uuid": "^3.1.0",
"vasync": "^2.0.0" "vasync": "^2.0.0"
} }