Skip to content

Commit

Permalink
remove consul and vault they are not needed for the public version of…
Browse files Browse the repository at this point in the history
… the tool
  • Loading branch information
Kyle Rockman committed Sep 15, 2017
1 parent fe774fc commit 675e007
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,3 @@ postgres:
environment:
- "POSTGRES_PASSWORD=estate"
- "POSTGRES_DB=estate"

consul:
image: consul:0.9.0
ports:
- 8500:8500

vault:
image: vault:0.7.3
environment:
- "VAULT_DEV_ROOT_TOKEN_ID=estate"
- "VAULT_TOKEN=estate"
- "VAULT_ADDR=http://127.0.0.1:8200"
cap_add:
- IPC_LOCK
ports:
- 8200:8200

0 comments on commit 675e007

Please sign in to comment.