Skip to content

Commit 9a4d3af

Browse files
committed
docs: clarify deployment options for Docker, systemd, and native
1 parent 36c2ccb commit 9a4d3af

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ Automatically publishes Reddit moderation logs to a subreddit wiki page with mod
1818
* 🆔 **Unique content IDs** - comments show comment IDs, posts show post IDs for precise tracking
1919
***Multi-subreddit database support** - single database handles multiple subreddits safely
2020

21-
## Quick Start
21+
## Deployment Options
22+
23+
Choose your preferred deployment method:
24+
25+
- **🐳 Docker** (Recommended) - Containerized deployment with s6-overlay init system. See [Docker Deployment](#docker-deployment)
26+
- **⚙️ Systemd** (Production) - Native Linux service with automatic restart and log rotation. See [Systemd Service](#systemd-service-production)
27+
- **🐍 Python Native** (Development/Testing) - Direct Python execution. See [Quick Start](#quick-start) below
28+
29+
## Quick Start (Python Native)
2230

2331
1. **Install dependencies**
2432

0 commit comments

Comments
 (0)