Skip to content

Commit

Permalink
adds container postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoavelino committed Nov 28, 2019
1 parent 0bcaee4 commit b3853c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

services:
db:
image: 'postgres:9.5'
volumes:
- 'postgres:/var/lib/postgresql/data'
ports:
- '5432:5432'
volumes:
postgres:

0 comments on commit b3853c7

Please sign in to comment.