Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ PLACE_METRICS_ROUTE=monitor
ELASTIC_HOST=elastic
ELASTIC_PORT=9200
ELASTIC_VERSION=7.10.2
ELASTIC_OD_VERSION=1.13.2

ETCD_HOST=etcd
ETCD_PORT=2379
Expand Down Expand Up @@ -71,6 +72,7 @@ POSTGRES_PASSWORD=development
# Logging variables

ENABLE_KIBANA=false

LOGSTASH_HOST=logstash
LOGSTASH_PORT=12201
KIBANA_PORT=443
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"
version: "3.9"

networks:
placeos:
Expand Down Expand Up @@ -332,7 +332,7 @@ services:
# Resources

elastic:
image: blacktop/elasticsearch:${ELASTIC_VERSION:-7.10.2}
image: amazon/opendistro-for-elasticsearch:${ELASTIC_OD_VERSION:-1.13.2}
restart: always
container_name: elastic
hostname: elastic
Expand Down Expand Up @@ -536,7 +536,7 @@ services:
command: gelf://${LOGSTASH_HOST}:${LOGSTASH_PORT}

kibana:
image: blacktop/kibana:${ELASTIC_VERSION:-7.10.2}
image: amazon/opendistro-for-elasticsearch-kibana:${ELASTIC_OD_VERSION:-1.13.2}
profiles:
- kibana
restart: always
Expand Down