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

Use envvars instead of custom script with basic config #13

Closed utrack closed 8 years ago

utrack commented 8 years ago

This PR moves basic config to envvars instead of custom script, so it won't be required for basic database config.

hach-que commented 8 years ago

I can't merge this in because it breaks existing setups (those that don't have those envvars set will get an invalid configuration).

I'm going to be reworking my images in future to be more "use a base for your own image and then bake it before sending it to your server", rather that configuration in environment variables. The intention of this plan is to reduce the initialisation time that it takes for my docker images to start up (https://github.com/hach-que-docker/web-gc is already an example of this which replaces the web image).

hach-que commented 8 years ago

Closing because I don't want to merge things until the phabricator image is aligned with the "bake a derived image from it" direction.