Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturgis committed May 26, 2016
1 parent 67243c5 commit 34a4862
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ musicbrainz docker container

[![Build Status](https://travis-ci.org/jsturgis/musicbrainz-docker.svg?branch=master)](https://travis-ci.org/jsturgis/musicbrainz-docker)

This repo contains everything needed to run a musicbrainz slave server with replication in a docker container.
You will need a little over 20 gigs of free space to run this with replication.

### Versions
* Current MB Branch: [v-2016-05-23-schema-change-v2](musicbrainz-dockerfile/Dockerfile#L22)
* Current DB_SCHEMA_SEQUENCE: [23](musicbrainz-dockerfile/DBDefs.pm#L95)
* Postgres Version: [9.5](postgres-dockerfile/Dockerfile#L1)

This repo contains everything needed to run a musicbrainz slave server with replication in a docker container.
You will need a little over 20 gigs of free space to run this with replication.

### Configuration
* Set the path where you want to store the downloaded data dumps in [docker-compose.yml](./docker-compose.yml).
* If you already have data dumps in this path they can be loaded instead of downloading new dumps, see [Create Database](#create-database).
Expand Down

0 comments on commit 34a4862

Please sign in to comment.