jonbirge / logpager

Visual web interface for linux security log analysis, forensics and threat blacklisting
https://nyc.birgefuller.com/logpager/
MIT License
2 stars 0 forks source link

Self-contained docker compose file example #247

Open jonbirge opened 3 months ago

jonbirge commented 3 months ago

The example stack in test/stack shows a more typical installation using Traefik configuration files and .env files, but it would be nice to have a single self-contained docker-compose.yml file that would give one a working example. I believe everything in Traefik can be configured entirely from environment variables, so this should be doable.

Might be a nice documentation task for somebody who'd like to contribute.

jonbirge commented 1 month ago

This should get added to the README, as well.