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

build: update versions

This commit is contained in:
Sérgio Ramos 2017-09-08 18:07:54 +01:00
parent ff23179bfd
commit 71ff59cb55
6 changed files with 58 additions and 46 deletions

View File

@ -63,6 +63,17 @@ const bootstrap = function ({ docker, rethink }) {
return; return;
} }
data.getDatacenters((err, datacenters) => {
if (err) {
console.error(err);
return;
}
if (datacenters && datacenters.length) {
process.exit(0);
return;
}
data.createDatacenter({ region, name: region }, (err, datacenter) => { data.createDatacenter({ region, name: region }, (err, datacenter) => {
if (err) { if (err) {
console.error(err); console.error(err);
@ -115,6 +126,7 @@ const bootstrap = function ({ docker, rethink }) {
); );
}); });
}); });
});
}; };
loadConfig(); loadConfig();

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.7.0", "portal-api": "^1.8.2",
"toppsy": "^1.1.0", "toppsy": "^1.1.0",
"triton": "^5.2.0" "triton": "^5.2.0"
} }

View File

@ -1,4 +1,4 @@
FROM quay.io/yldio/docker-compose-api FROM ramitos/docker-compose-api:1.0.0
RUN apk add --update bash RUN apk add --update bash

View File

@ -1,6 +1,6 @@
{ {
"name": "docker-compose-client", "name": "docker-compose-client",
"version": "1.0.9", "version": "1.1.0",
"license": "MPL-2.0", "license": "MPL-2.0",
"repository": "github:yldio/joyent-portal", "repository": "github:yldio/joyent-portal",
"main": "lib", "main": "lib",

View File

@ -1,6 +1,6 @@
{ {
"name": "portal-api", "name": "portal-api",
"version": "1.8.0", "version": "1.8.2",
"description": "", "description": "",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {
@ -34,7 +34,7 @@
"dependencies": { "dependencies": {
"boom": "^5.2.0", "boom": "^5.2.0",
"cidr-matcher": "^1.0.5", "cidr-matcher": "^1.0.5",
"docker-compose-client": "^1.0.9", "docker-compose-client": "^1.1.0",
"dockerode": "^2.5.0", "dockerode": "^2.5.0",
"force-array": "^3.1.0", "force-array": "^3.1.0",
"graphi": "^3.0.0", "graphi": "^3.0.0",

View File

@ -63,7 +63,7 @@ rethinkdb:
# FRONTEND # FRONTEND
############################################################################# #############################################################################
frontend: frontend:
image: joyent/copilot-frontend:1.0.0 image: joyent/copilot-frontend:1.3.4
mem_limit: 512m mem_limit: 512m
labels: labels:
- triton.cns.services=copilot - triton.cns.services=copilot
@ -81,7 +81,7 @@ frontend:
# BACKEND # BACKEND
############################################################################# #############################################################################
api: api:
image: joyent/copilot-api:1.1.0 image: joyent/copilot-api:1.8.2
mem_limit: 1g mem_limit: 1g
expose: expose:
- 3000 - 3000
@ -94,7 +94,7 @@ api:
# Docker-compose wrapper # Docker-compose wrapper
# Create _env file from running ./setup.sh # Create _env file from running ./setup.sh
compose-api: compose-api:
image: joyent/copilot-compose:1.0.0 image: joyent/copilot-compose:1.1.0
expose: expose:
- 4242 - 4242
env_file: env_file: