summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/readme.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Mount PostgreSQL Data from Persistent VolumeTrevor Bramwell1-1/+2
Each time the postgresql container is torn down the database is lost. By using a presistent volume managed outside of docker compose, the postgresql data can persist across updates and service restarts. The volume needs to exist before the postgres container can start: this is done with the 'make data' command. Note: postgres container creates a volume at /var/lib/postgresql/data. Mounting at this location ensures the data is persisted into the external volume. Change-Id: I958ba57fc735c594378d575bc7108bee0d30c1e3 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-09-26Restructure dashboard project for docker deployingmaxbr1-0/+35
Change-Id: I13cad51270504ee4bed8558598a8891af58a26ab Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>