Skip to content

Commit

Permalink
Update merit_plus.sql.gz source (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Dec 27, 2021
1 parent 46d5941 commit 27102b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
git clone https://github.com/ksonda/global-river-runner.git
cd deploy/local
wget https://prod-is-usgs-sb-prod-publish.s3.amazonaws.com/614a8864d34e0df5fb97572d/merit_plus.sql.gz
wget https://www.sciencebase.gov/catalog/file/get/614a8864d34e0df5fb97572d?name=merit_plus.sql.gz
docker-compose up -d
```

Expand Down
2 changes: 1 addition & 1 deletion deploy/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
POSTGRES_PASSWORD: password
POSTGRES_DB: merit
volumes:
# - ./merit_plus.sql.gz:/docker-entrypoint-initdb.d/merit_plus.sql.gz
- ./merit_plus.sql.gz:/docker-entrypoint-initdb.d/merit_plus.sql.gz
- pgdata:/var/lib/postgresql/data

adminer:
Expand Down

0 comments on commit 27102b6

Please sign in to comment.