Skip to content

Commit

Permalink
fix : fix monitoring bug
Browse files Browse the repository at this point in the history
  • Loading branch information
silkair committed Feb 17, 2025
1 parent d2400a8 commit 7d395f5
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ services:
env_file:
- .env
command: [ "java", "-jar", "/app.jar" ]
volumes:
- ./logs:/var/log/book-mile
networks:
- app-network

Expand Down Expand Up @@ -113,7 +115,7 @@ services:
command: filebeat -e -strict.perms=false
volumes:
- ./monitoring/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro
- /var/log/book-mile:/var/log/book-mile
- ./logs:/var/log/book-mile
depends_on:
- logstash
networks:
Expand Down
Loading

0 comments on commit 7d395f5

Please sign in to comment.