Skip to content

Commit

Permalink
update orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
rrequero committed Nov 16, 2017
1 parent 5d38c3a commit 0101ace
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:9.1-alpine
MAINTAINER [email protected]

ENV NAME doc-writter
ENV USER doc-writter
ENV NAME doc-orchestrator
ENV USER doc-orchestrator

RUN apk update && apk upgrade && \
apk add --no-cache --update bash git openssh python alpine-sdk
Expand Down
1 change: 0 additions & 1 deletion app/microservice/public-swagger.json

This file was deleted.

11 changes: 0 additions & 11 deletions app/microservice/register.json

This file was deleted.

1 change: 0 additions & 1 deletion app/microservice/swagger.json

This file was deleted.

2 changes: 1 addition & 1 deletion base.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base:
build: .
container_name: doc-writter
container_name: doc-orchestrator
environment:
NODE_PATH: app/src

4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"logger": {
"name": "doc-writter-DEV",
"name": "doc-orchestrator-DEV",
"level": "debug",
"toFile": false,
"dirLogFile": null
},
"service": {
"name": "Doc Writter"
"name": "Doc orchestrator"
}
}
2 changes: 1 addition & 1 deletion config/prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"logger": {
"name": "doc-writter",
"name": "doc-orchestrator",
"level": "warn",
"toFile": false,
"dirLogFile": null
Expand Down
2 changes: 1 addition & 1 deletion config/staging.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"logger": {
"name": "doc-writter-staging",
"name": "doc-orchestrator-staging",
"level": "debug",
"toFile": false,
"dirLogFile": null
Expand Down
2 changes: 1 addition & 1 deletion config/test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"logger": {
"name": "doc-writter-test",
"name": "doc-orchestrator-test",
"level": "debug",
"toFile": false,
"dirLogFile": null
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ develop:
service: base
command: develop
volumes:
- ./app:/opt/doc-writter/app
- ./app:/opt/doc-orchestrator/app
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test:
extends:
file: base.yml
service: base
container_name: doc-writter-test
container_name: doc-orchestrator-test
environment:
NODE_ENV: test
command: test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-skeleton",
"name": "doc-orchestrator",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 0101ace

Please sign in to comment.