Skip to content

Commit

Permalink
Merge pull request #90 from nicolasbock/shared_folder
Browse files Browse the repository at this point in the history
Add shared volume for processor and monitor
  • Loading branch information
nicolasbock authored Oct 9, 2023
2 parents 9f2e9df + e09a775 commit 13b1ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions athena-monitor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
monitor:
files-delta: 1m
poll-every: 10s
base-tmpdir: "/tmp/athena"
directories:
- "/uploads"
- "/uploads/sosreport"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- ./creds.yaml:/etc/athena/main.yaml
- ./athena-monitor.yaml:/etc/athena/monitor.yaml
- ./athena-monitor-directories.yaml:/etc/athena/monitor-directories.yaml
- /home/ubuntu/sosreports/tmp:/tmp/athena
- ./tmp:/tmp/athena
command: /athena-monitor --config /etc/athena/main.yaml --config /etc/athena/monitor.yaml --config /etc/athena/monitor-directories.yaml --log.level="debug"
depends_on:
- nats-streaming
Expand All @@ -39,7 +39,7 @@ services:
- ./creds.yaml:/etc/athena/main.yaml
- ./athena-processor.yaml:/etc/athena/processor.yaml
- ./athena-processor-upload.yaml:/etc/athena/processor-upload.yaml
- /home/ubuntu/sosreports/tmp:/tmp/athena
- ./tmp:/tmp/athena
command: /athena-processor --config /etc/athena/main.yaml --config /etc/athena/processor.yaml --config /etc/athena/processor-upload.yaml --log.level="debug"
depends_on:
- nats-streaming
Expand Down

0 comments on commit 13b1ed7

Please sign in to comment.