Skip to content

Commit

Permalink
Changed versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Jun 2, 2016
1 parent 27f37a2 commit 5efb7fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docker/prod/processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:14.04
MAINTAINER Justin Littman <justinlittman@gwu.edu>


ENV sfm_twitter_version 0.4.0
ENV sfm_twitter_version 0.4.1
ENV sfm_docker_version 0.6.0
# This pre-fetches the most recent requirements.apt.
ADD https://raw.githubusercontent.com/gwu-libraries/sfm-docker/${sfm_docker_version}/requirements/processing_requirements.apt /opt/sfm-setup/
Expand Down
24 changes: 12 additions & 12 deletions prod.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ sfmrabbit:
- ./secrets.env
restart: always
sfmdb:
image: gwul/sfm-ui-db:0.6.0
image: gwul/sfm-ui-db:0.6.1
environment:
- TZ=EST
# From secrets.env, get postgres password.
env_file:
- ./secrets.env
restart: always
sfmuiapp:
image: gwul/sfm-ui:0.6.0
image: gwul/sfm-ui:0.6.1
ports:
- "80:80"
links:
Expand Down Expand Up @@ -49,7 +49,7 @@ sfmuiapp:
- sfmdata
restart: always
sfmflickrharvester:
image: gwul/sfm-flickr-harvester:0.5.0
image: gwul/sfm-flickr-harvester:0.5.1
links:
- sfmrabbit:mq
environment:
Expand All @@ -59,7 +59,7 @@ sfmflickrharvester:
- sfmdata
restart: always
sfmflickrexporter:
image: gwul/sfm-flickr-exporter:0.5.0
image: gwul/sfm-flickr-exporter:0.5.1
links:
- sfmrabbit:mq
- sfmuiapp:api
Expand All @@ -69,7 +69,7 @@ sfmflickrexporter:
- sfmdata
restart: always
sfmtwitterrestharvester:
image: gwul/sfm-twitter-rest-harvester:0.4.0
image: gwul/sfm-twitter-rest-harvester:0.4.1
links:
- sfmrabbit:mq
environment:
Expand All @@ -79,7 +79,7 @@ sfmtwitterrestharvester:
- sfmdata
restart: always
sfmtwitterstreamharvester:
image: gwul/sfm-twitter-stream-harvester:0.4.0
image: gwul/sfm-twitter-stream-harvester:0.4.1
links:
- sfmrabbit:mq
environment:
Expand All @@ -89,7 +89,7 @@ sfmtwitterstreamharvester:
- sfmdata
restart: always
sfmtwitterrestexporter:
image: gwul/sfm-twitter-rest-exporter:0.4.0
image: gwul/sfm-twitter-rest-exporter:0.4.1
links:
- sfmrabbit:mq
- sfmuiapp:api
Expand All @@ -100,7 +100,7 @@ sfmtwitterrestexporter:
- sfmdata
restart: always
sfmtwitterstreamexporter:
image: gwul/sfm-twitter-stream-exporter:0.4.0
image: gwul/sfm-twitter-stream-exporter:0.4.1
links:
- sfmrabbit:mq
- sfmuiapp:api
Expand All @@ -111,7 +111,7 @@ sfmtwitterstreamexporter:
- sfmdata
restart: always
sfmweiboharvester:
image: gwul/sfm-weibo-harvester:0.3.2
image: gwul/sfm-weibo-harvester:0.3.3
links:
- sfmrabbit:mq
environment:
Expand All @@ -121,7 +121,7 @@ sfmweiboharvester:
- sfmdata
restart: always
sfmweiborestexporter:
image: gwul/sfm-weibo-exporter:0.3.2
image: gwul/sfm-weibo-exporter:0.3.3
links:
- sfmrabbit:mq
- sfmuiapp:api
Expand All @@ -132,7 +132,7 @@ sfmweiborestexporter:
- sfmdata
restart: always
sfmheritrix:
image: gwul/sfm-heritrix:0.1.0
image: gwul/sfm-heritrix:0.1.1
ports:
# Opens up the port for Heritrix admin console.
- "8443:8443"
Expand All @@ -146,7 +146,7 @@ sfmheritrix:
- sfmdata
restart: always
sfmwebharvester:
image: gwul/sfm-web-harvester:0.1.0
image: gwul/sfm-web-harvester:0.1.1
links:
- sfmrabbit:mq
- sfmheritrix:heritrix
Expand Down

0 comments on commit 5efb7fd

Please sign in to comment.