Skip to content

Commit

Permalink
Update README to clarify logs processing and connection string details
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Jan 30, 2025
1 parent feabf79 commit 97d5019
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,21 @@ The module sets up a simple HTTP file server that serves files from the `data` d

Mount data volume to `/usr/src/app/data/`.

## logs
## logs_import

The module processes logs and returns them by request.
The module processes logs.

Mount data volumes to `/usr/src/app/data/auth/` and `/usr/src/app/data/source/`.
Mount data volume to `/usr/src/app/data/source/`.

|Var |Description
|-----------------------|-----------
|MONGODB_URI |MongoDB connection string

## logs_web

The module returns log entries by request.

Mount data volumes to `/usr/src/app/data/auth/`.

|Var |Description
|-----------------------|-----------
Expand Down

0 comments on commit 97d5019

Please sign in to comment.