Skip to content

Commit

Permalink
Merge pull request #63 from uofa/SPIKE-PersistDB
Browse files Browse the repository at this point in the history
SPIKE allow local /postgres-data storage
  • Loading branch information
Keith Lawrence authored May 1, 2019
2 parents b2d4e60 + e740b65 commit 549290e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ src/public/uploads
src/public/uploads/*
src/log
src/log/*
postgres-data/*
.env

2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
expose:
- 5433
- 5432
volumes:
- ./postgres-data:/var/lib/postgresql/data
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down

0 comments on commit 549290e

Please sign in to comment.