Skip to content

Commit

Permalink
Merge pull request #18 from whole-tale/redis-fix
Browse files Browse the repository at this point in the history
Pin redis image
  • Loading branch information
Xarthisius authored Mar 22, 2019
2 parents dd8385f + aeb86da commit 53d44bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ src/dashboard:
git clone https://github.com/whole-tale/dashboard src/dashboard
docker run --rm -ti -v $${PWD}/src/dashboard:/usr/src/node-app risingstack/alpine:3.7-v8.10.0-4.8.0 sh -c "$$(cat dashboard_local/initial_build.sh)"

src/globus_handler_src:
src/globus_handler:
git clone https://github.com/whole-tale/globus_handler src/globus_handler

sources: src/gwvolman src/wholetale src/wt_data_manager src/wt_home_dir src/dashboard src/globus_handler
Expand Down
2 changes: 1 addition & 1 deletion docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
- "traefik.frontend.passHostHeader=true"
- "traefik.frontend.entryPoints=https"

redis:
redis:4-stretch
image: redis
networks:
- celery
Expand Down

0 comments on commit 53d44bf

Please sign in to comment.