Merging the postgres container back into the api container (simpler
authorTim Pierce <twp@clinicalfuture.com>
Wed, 6 Nov 2013 23:11:51 +0000 (18:11 -0500)
committerTim Pierce <twp@clinicalfuture.com>
Wed, 6 Nov 2013 23:11:51 +0000 (18:11 -0500)
commit92640a35aadb0353e9f20dc395284117cb398927
tree9d20e750d11e898b17eaa280b9deb9ad2aebdd46
parenta3d1cfa5404bf28b8ae310a01b86e6c0829363f5
Merging the postgres container back into the api container (simpler
and more consistent with best practices).

'docker build -t arvados/api api' now builds a container with postgres
and apache2, and installs the API Rails database.

To have this container start multiple services at run time
(i.e. postgres + apache2) the popular solution is to make supervisord
the entrypoint for the container.
docker/api/Dockerfile [new file with mode: 0644]
docker/api/config_rake.sh [changed mode: 0644->0755]
docker/api/postgresql_config.sh [moved from docker/postgresql/postgresql_config.sh with 100% similarity]
docker/base/Dockerfile
docker/build.sh