This image is based on dockerfiles/centos-lamp and provides a working instance of phabricator.
A built image is available on the public docker registry with the name fredericlb/phabricator.
- Check if MySQL database is instanciated and run the db upgrade script if it's not
- Automatically runs the phd daemon with supervisord
- Apache is running on port 80
- You need to pass three env vars :
- MYSQL_HOST
- MYSQL_USER
- MYSQL_PASS
You shouldn't need to change the image to configure phabricator as nearly everything can be done from the UI.