Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24894903
phabricator-docker.conf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
665 B
Referenced Files
None
Subscribers
None
phabricator-docker.conf
View Options
description "Phabricator in Docker"
author "aeppert@gmail.com"
start on filesystem and started docker and started mysql-phabricator
stop on runlevel [!2345]
respawn
script
mkdir -p /opt/phabricator
mkdir -p /opt/phabricator/repo
mkdir -p /opt/phabricator/conf
/usr/bin/docker kill phabricator || true
/usr/bin/docker rm phabricator || true
usr/bin/docker run --rm=true --name phabricator --link mysql-phabricator:mysql -v /opt/phabricator/repo:/var/repo -v /opt/phabricator/conf:/opt/phabricator/conf -p 9000:80 -p 9443:443 -p 2222:2222 -e PHABRICATOR_URL="http://phabricator:9000" -e PHABRICATOR_TITLE="Phabricator" nasqueron/phabricator
end script
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 13:23 (14 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3539989
Default Alt Text
phabricator-docker.conf (665 B)
Attached To
Mode
rDPHAB Docker image for Phabricator
Attached
Detach File
Event Timeline
Log In to Comment