Skip to content

Commit 41a7b72

Browse files
elasticsearch hq alias
1 parent 2d04893 commit 41a7b72

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
### Changed
44
- remove php hard-coded dependency on config folder
5+
- devbox.ini php settings
56

67
### Fixed
78
- install ohmyzsh with sudo "power"
9+
- elastic hq now has an alias for elasticsearch server
810

911
## 0.1.1
1012

local/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ services:
208208

209209
# ------------------------------------------------------------
210210
# elasticsearch hq (monitoring)
211+
# use port 5000
211212
# ------------------------------------------------------------
212213
# elasticsearch-hq:
213214
# container_name: ${COMPOSE_PROJECT_NAME}_${ELASTICSEARCH_HQ_SERVICE_NAME}
@@ -216,6 +217,9 @@ services:
216217
# networks:
217218
# app_net:
218219
# ipv4_address: ${IP_ELASTICSEARCH_HQ_SERVICE}
220+
#
221+
# extra_hosts:
222+
# - ${ELASTICSEARCH_SERVICE_NAME}-server:${IP_ELASTICSEARCH_SERVICE}
219223

220224
# ------------------------------------------------------------
221225
# ngrok

0 commit comments

Comments
 (0)