Skip to content

Commit

Permalink
add redis in binci
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Aug 26, 2017
1 parent 44616ec commit e5f2674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion server/binci.yml
Expand Up @@ -12,12 +12,16 @@ services:
- POSTGRES_DB=dev
expose:
- 5432:5432
- redis:
from: smebberson/alpine-redis
expose:
- "6379"
expose:
- 9000:9000
quiet: false
forward: true
tasks:
env: env | sleep 300000
env: env | sort && sleep 300000
clean: npm run clean
install: env
test: npm run test
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Expand Up @@ -10,7 +10,7 @@
},
"license": "NLPL",
"scripts": {
"setup": "binci --cleanup && binci install",
"setup": "binci --cleanup && binci env",
"prestart": "npm run lint",
"build": "gulp build:production",
"start": "gulp",
Expand Down

0 comments on commit e5f2674

Please sign in to comment.