Last active
          June 19, 2020 01:05 
        
      - 
      
 - 
        
Save Creatiwww/96592cafecfa9e05ca75f5097963b35a to your computer and use it in GitHub Desktop.  
Revisions
- 
        
Creatiwww revised this gist
Jun 19, 2020 . No changes.There are no files selected for viewing
 - 
        
Creatiwww created this gist
Jun 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ version: '3.0' services: logs_app: build: ./logs_app/ volumes: - filebeat_data:/var/log filebeat: build: ./filebeat/ volumes: - "filebeat_data:/var/log" - "filebeat_data:/usr/share/filebeat/data:rw" - "/var/lib/docker/containers:/usr/share/dockerlogs/data:ro" - "/var/run/docker.sock:/var/run/docker.sock" logstash: build: ./logstash/ expose: - 5044 volumes: filebeat_data: