mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-04 16:14:16 +02:00
Implemented kibana with port 8008
This commit is contained in:
parent
6034156a6d
commit
f81dcc7cd0
@ -63,7 +63,7 @@ services:
|
||||
target: /usr/share/kibana/config/kibana.yml
|
||||
read_only: true
|
||||
ports:
|
||||
- "5601:5601"
|
||||
- "127.0.0.1:{{ http_port }}:5601"
|
||||
networks:
|
||||
- elk
|
||||
depends_on:
|
||||
|
2
site.yml
2
site.yml
@ -49,6 +49,6 @@
|
||||
https_port: 4431
|
||||
- role: docker-elk
|
||||
vars:
|
||||
domain: "kibana.{{top_domain}}"
|
||||
domain: "elk.{{top_domain}}"
|
||||
http_port: 8008
|
||||
- native-docker-volume-backup
|
||||
|
Loading…
x
Reference in New Issue
Block a user