RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

Add Docker Compose support #44

Closed huangjimmy closed 8 years ago

huangjimmy commented 8 years ago

It is easier if there is a docker-compose.yml that automatically create mysql and linked mysql to phabricator container.

I created this docker-compose.yml so that users can launch phabricator with just one line of command "docker-compose up -d".

hach-que commented 8 years ago

Just some requests around the docunentation, otherwise this looks good to me.

huangjimmy commented 8 years ago

Just revised documentation.

huangjimmy commented 8 years ago

renamed to DOCKER-COMPOSE.md just now.

hach-que commented 8 years ago

Thanks