Skip to content

Commit

Permalink
Merge pull request #4 from davidfic/master
Browse files Browse the repository at this point in the history
remove consul vault from docker-compose as they are no longer needed
  • Loading branch information
rocktavious authored Sep 17, 2017
2 parents c52e776 + 6299626 commit e7b68ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dev:
- "DATABASE_URL=postgres://postgres:estate@postgres:5432/estate"
links:
- postgres:postgres
- consul:consul
- vault:vault

prod:
build: .
Expand All @@ -34,8 +32,6 @@ prod:
- "GUNICORN_WORKER_COUNT=5"
links:
- postgres:postgres
- consul:consul
- vault:vault

postgres:
image: postgres:9.5
Expand Down

0 comments on commit e7b68ae

Please sign in to comment.