mirror of
https://github.com/krislamo/graylog_demo
synced 2024-11-09 21:50:35 +00:00
Bump version of Graylog related Docker containers
This commit is contained in:
parent
3c896e40b1
commit
3ae07d16f4
@ -3,7 +3,7 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:2.1.4
|
image: traefik:2.2.1
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- traefik-net
|
- traefik-net
|
||||||
@ -32,7 +32,7 @@ services:
|
|||||||
tag: traefik
|
tag: traefik
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.2.2
|
image: mongo:4.2.8
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- graylog
|
- graylog
|
||||||
@ -44,7 +44,7 @@ services:
|
|||||||
tag: graylog.db
|
tag: graylog.db
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:6.8.6
|
image: elasticsearch:6.8.10
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- http:host=0.0.0.0
|
- http:host=0.0.0.0
|
||||||
@ -65,7 +65,7 @@ services:
|
|||||||
tag: graylog.elasticsearch
|
tag: graylog.elasticsearch
|
||||||
|
|
||||||
graylog:
|
graylog:
|
||||||
image: graylog/graylog:3.2.2
|
image: graylog/graylog:3.3.2
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- GRAYLOG_PASSWORD_SECRET=LongerPassword01
|
- GRAYLOG_PASSWORD_SECRET=LongerPassword01
|
||||||
|
Loading…
Reference in New Issue
Block a user