Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker compose local yaml #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
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