shipyard_db job from shipyard/3
Github source:
f215a465 or
master branch
Properties¶
docker¶
group¶Group which will own the Docker services
- Default
vcap
user¶User which will own the Docker services
- Default
root
shipyard¶
db¶
name¶Shipyard database name
- Default
shipyard
password¶Shipyard database password
- Default
c1oudc0w
port¶TCP Port where Shipyard database will listen to
- Default
"5432"
type¶Shipyard database type
- Default
postgresql_psycopg2
user¶Shipyard database user
- Default
shipyard
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/shipyard_db/ directory
(learn more).
bin/job_properties.sh(frombin/job_properties.sh.erb)bin/shipyard_db_ctl(frombin/shipyard_db_ctl)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.