Skip to content

Commit

Permalink
remove consul vault from docker-compose as they are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfic committed Sep 15, 2017
1 parent 675e007 commit 6299626
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 6299626

Please sign in to comment.