Add kibana in the same stack
This commit is contained in:
@@ -20,3 +20,14 @@ services:
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
kibana:
|
||||
image: 'docker.elastic.co/kibana/kibana:8.17.0'
|
||||
container_name: kibana
|
||||
restart: always
|
||||
hostname: kibana.maison
|
||||
volumes:
|
||||
- '/var/lib/docker/volumes/docker-kibana/:/usr/share/kibana/data'
|
||||
ports:
|
||||
- '5601:5601'
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
Reference in New Issue
Block a user