Skip to content

Commit

Permalink
update and clean the docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Besson committed Dec 26, 2016
1 parent 3e3f18b commit bdfeb02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
version: '2'
services:
consul:
image: consul:v0.6.4
network_mode: "host"
image: consul:0.7.2
ports:
- 8300:8300
- 8500:8500
- 8600:8600
command: consul agent -dev -bind=127.0.0.1
command: consul agent -dev -ui -client 0.0.0.0

consul-config-loader:
build: .
network_mode: "host"
volumes:
- ./config/:/config
environment:
- CONFIG_MODE=filesystem
#- CONFIG_MODE=git
- INIT_SLEEP_SECONDS=5
19 changes: 0 additions & 19 deletions quickstart/consul-loader-filesystem.yml

This file was deleted.

19 changes: 0 additions & 19 deletions quickstart/consul-loader-git.yml

This file was deleted.

0 comments on commit bdfeb02

Please sign in to comment.