mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
chore: bump triton-watch dep (#4)
This commit is contained in:
parent
b9e946ddf8
commit
85b7d0ef57
@ -81,7 +81,7 @@ frontend:
|
||||
# BACKEND
|
||||
#############################################################################
|
||||
api:
|
||||
image: joyent/copilot-api:1.8.11
|
||||
image: joyent/copilot-api:1.8.12
|
||||
mem_limit: 1g
|
||||
expose:
|
||||
- 3000
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "1.8.11",
|
||||
"version": "1.8.12",
|
||||
"description": "",
|
||||
"main": "./server.js",
|
||||
"scripts": {
|
||||
@ -21,7 +21,7 @@
|
||||
"joi": "^10.6.0",
|
||||
"joyent-cp-gql-schema": "^1.7.0",
|
||||
"piloted": "^3.1.1",
|
||||
"portal-api": "^1.8.11",
|
||||
"portal-api": "^1.8.12",
|
||||
"toppsy": "^1.1.0",
|
||||
"triton": "^5.2.0"
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ frontend:
|
||||
# BACKEND
|
||||
#############################################################################
|
||||
api:
|
||||
image: joyent/copilot-api:1.8.11
|
||||
image: joyent/copilot-api:1.8.12
|
||||
mem_limit: 512m
|
||||
links:
|
||||
- consul:consul
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "portal-api",
|
||||
"version": "1.8.11",
|
||||
"version": "1.8.12",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"scripts": {
|
||||
@ -53,7 +53,7 @@
|
||||
"throat": "^4.1.0",
|
||||
"toppsy": "^1.1.0",
|
||||
"triton": "^5.3.1",
|
||||
"triton-watch": "^1.1.0",
|
||||
"triton-watch": "^1.1.1",
|
||||
"uuid": "^3.1.0",
|
||||
"vasync": "^2.0.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user