Skip to content

Instantly share code, notes, and snippets.

@cadebward
Last active May 9, 2018 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cadebward/109e20ce0ce9542f732ec3fd6f62e725 to your computer and use it in GitHub Desktop.
Save cadebward/109e20ce0ce9542f732ec3fd6f62e725 to your computer and use it in GitHub Desktop.
fdsdfssdfsdf
{
"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