mirror of
https://github.com/krislamo/graylog_demo
synced 2025-01-05 13:20:36 +00:00
Always restart Graylog services
This commit is contained in:
parent
79c9a18947
commit
689065b082
@ -3,11 +3,13 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.2.2
|
image: mongo:4.2.2
|
||||||
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- graylog
|
- graylog
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:6.8.6
|
image: elasticsearch:6.8.6
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- http:host=0.0.0.0
|
- http:host=0.0.0.0
|
||||||
- transport.host=localhost
|
- transport.host=localhost
|
||||||
@ -22,6 +24,7 @@ services:
|
|||||||
|
|
||||||
graylog:
|
graylog:
|
||||||
image: graylog/graylog:3.1.4
|
image: graylog/graylog:3.1.4
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- GRAYLOG_PASSWORD_SECRET=LongerPassword01
|
- GRAYLOG_PASSWORD_SECRET=LongerPassword01
|
||||||
# Password: admin
|
# Password: admin
|
||||||
|
Loading…
Reference in New Issue
Block a user