Skip to content

Commit

Permalink
Added PG db, now needs pg.env to run
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBrack committed Jul 6, 2019
1 parent 4906723 commit 5c46c68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
*.env
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ services:
build: ./client
ports:
- "80:3000"
db:
container_name: db
image: postgres
restart: always
env_file:
- pg.env
ports:
- "5432:5432"
volumes:
jenkins_home: {}

0 comments on commit 5c46c68

Please sign in to comment.