Skip to content

Commit

Permalink
Remove kibana and elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
ARtoriouSs committed Dec 3, 2020
1 parent 8b02d2f commit 43c8e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ NGINX_PORT=80
INSTANCE_USER=
INSTANCE_IP=
APP_ENV=production

ELASTICSEARCH_PORT=9200
ELASTICSEARCH_HOST=elasticsearch
KIBANA_PORT=5601
17 changes: 0 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,6 @@ services:
depends_on:
- db

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.0
ports:
- "${ELASTICSEARCH_PORT}"
environment:
- "discovery.type=single-node"
depends_on:
- bot

kibana:
image: docker.elastic.co/kibana/kibana:7.2.0
ports:
- "${KIBANA_PORT}:5601"
restart: on-failure
depends_on:
- elasticsearch

nginx:
build: nginx
ports:
Expand Down

0 comments on commit 43c8e96

Please sign in to comment.