Skip to content
6 changes: 4 additions & 2 deletions compose-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
- elasticsearch
filebeat:
image: docker.elastic.co/beats/filebeat:7.12.1
# Uncomment the command: line below for a Windows-based filebeat Docker deployment:
command: filebeat -e -strict.perms=false
volumes:
- ./filebeat/filebeat.docker.yml:/usr/share/filebeat/filebeat.yml:ro # Configuration file
- /var/lib/docker/containers:/var/lib/docker/containers:ro # Docker logs
Expand Down Expand Up @@ -56,7 +58,7 @@ services:
ports:
- 8080:8080
depends_on:
- inventory
- inventory-service
- jms
restart: on-failure
environment:
Expand Down Expand Up @@ -92,7 +94,7 @@ services:
ports:
- 9090:9090
depends_on:
- inventory
- inventory-service
- beer-service
- order-service
- inventory-failover
Expand Down