Last active
May 9, 2018 21:29
-
-
Save cadebward/109e20ce0ce9542f732ec3fd6f62e725 to your computer and use it in GitHub Desktop.
fdsdfssdfsdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "permissions-api", | |
"common": { | |
"container": { | |
"environment": { | |
"NODE_ENV": "development", | |
"MONGO_URI": "mongo", | |
"PERMISSIONS_SERVICES": "[\"https://monsters-local.kuali.co/api/v0/cm/permissions\"]", | |
"SERVICE_SECRET": "4439ew8uf23weausdfljho4iuweahfs7023das" | |
} | |
}, | |
"router": { | |
"router": "cor-proxy", | |
"upstreams": { | |
"permissions-api": "${host}:3000" | |
}, | |
"paths": { | |
"/cor/permissions/api": "http://permissions-api{req.prefix}" | |
} | |
}, | |
"dependencies": { | |
"mongo": "https://gist.githubusercontent.com/tvalletta/64640241c2df7da8040291378de4ad2e/raw/7a6d3540635d7a7fb3a22723f104d62b5b5c306d/mongo:3.2.kdc.json", | |
"redis": "https://gist.githubusercontent.com/tvalletta/2580f86e0c65571fccb84d7f2e29dc5e/raw/ab226590f9e081146775a29e8368a919ba5c2989/redis:3.2-apline.kdc.json", | |
"main": { | |
"url": "https://github.com/KualiCo/cor-main-ext", | |
"path": "/ops" | |
}, | |
"forms": { | |
"url": "https://github.com/KualiCo/cor-forms-ext", | |
"path": "/ops" | |
}, | |
"apps-api": { | |
"url": "https://github.com/KualiCo/cor-apps-ext", | |
"path": "/ops" | |
} | |
} | |
}, | |
"build": { | |
"container": { | |
"build": { | |
"context": "${KUDE_BUILD_HOME}", | |
"dockerfile": "dev.Dockerfile", | |
"args": { | |
"npmRegistry": "https://registry.npmjs.org/", | |
"npmToken": "${KUDE_NPM_TOKEN}" | |
} | |
}, | |
"volumes": [ | |
"${KUDE_BUILD_HOME}:/usr/src/app", | |
"/usr/src/app/node_modules" | |
], | |
"ports": [ | |
3000 | |
], | |
"command": "yarn start:dev" | |
} | |
}, | |
"image": { | |
"container": { | |
"image": "667650582711.dkr.ecr.us-west-2.amazonaws.com/cor-perms-api:latest", | |
"ports": [ | |
3000 | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment