diff --git a/compose-local.yaml b/compose-local.yaml index d23db67..c644102 100644 --- a/compose-local.yaml +++ b/compose-local.yaml @@ -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 @@ -56,7 +58,7 @@ services: ports: - 8080:8080 depends_on: - - inventory + - inventory-service - jms restart: on-failure environment: @@ -92,7 +94,7 @@ services: ports: - 9090:9090 depends_on: - - inventory + - inventory-service - beer-service - order-service - inventory-failover