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

Added support for AWS S3 region and endpoint config #91

Closed deltasquare4 closed 6 years ago

deltasquare4 commented 6 years ago

Phabricator raises a setup issue for S3 configuration asking for amazon-s3.region and amazon-s3.endpoint for S3-based storage to work.

Added new environment variables AWS_S3_REGION and AWS_S3_ENDPOINT that would update phabricator configuration.

hach-que commented 6 years ago

Thanks for this.

deltasquare4 commented 6 years ago

Thank you for creating this image. It proved to be immensely valuable in us trying out Phabricator in our team.