Skip to content

Commit

Permalink
Fixes krkn-chaos#245: running docker-compose for most people
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Bonic authored and Sanja committed May 18, 2022
1 parent 94909fc commit 4401f36
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ services:
replicas: 1
restart_policy:
condition: on-failure
ports:
- "9200:9200"
- "9300:9300"
network_mode: host
environment:
discovery.type: single-node
kibana:
Expand All @@ -17,8 +15,7 @@ services:
replicas: 1
restart_policy:
condition: on-failure
ports:
- "5601:5601"
network_mode: host
environment:
ELASTICSEARCH_HOSTS: "http://0.0.0.0:9200"
cerberus:
Expand All @@ -28,8 +25,7 @@ services:
replicas: 1
restart_policy:
condition: on-failure
ports:
- "8080:8080"
network_mode: host
volumes:
- ./config/cerberus.yaml:/root/cerberus/config/config.yaml:Z # Modify the config in case of the need to monitor additional components
- /root/.kube/config:/root/.kube/config:Z
- ${HOME}/.kube/config:/root/.kube/config:Z

0 comments on commit 4401f36

Please sign in to comment.