Skip to content

Commit

Permalink
Pull images from dockerhub.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Mar 11, 2017
1 parent fdc66d0 commit a21725c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.rst
Expand Up @@ -13,8 +13,6 @@ Getting Started
We use `Docker <https://www.docker.com/products/docker>`_ to provide a reproducible development environment. Make sure
you have Docker installed. Inside of the directory you cloned this project into::

docker-compose build # Flaky. Try running the command again if it fails.
docker-compose up database # Starts the database
docker-compose run openstates <abbreviated state code> # Scrapes the state indicated by the code e.g. "ny"

This project runs on top of `billy <https://github.com/openstates/billy>`_, a scraping framework for government data.
Expand Down
6 changes: 2 additions & 4 deletions docker-compose.yml
@@ -1,7 +1,7 @@
version: "3"
services:
openstates:
build: .
image: openstates/openstates
environment:
- BILLY_MONGO_HOST=database
- MYSQL_HOST=mysql
Expand All @@ -21,9 +21,7 @@ services:
depends_on:
- database
scrape:
build:
context: .
dockerfile: Dockerfile-pupa
image: openstates/openstates-pupa
environment:
- BILLY_MONGO_HOST=database
- MYSQL_HOST=mysql
Expand Down

0 comments on commit a21725c

Please sign in to comment.