docs: add podman deployment guide
New docs/DEPLOY.md covering container image, compose config, volume mounts, host networking, operations, and troubleshooting. Updated README, INSTALL, CHEATSHEET, and DEBUG to reference it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
14
README.md
14
README.md
@@ -52,12 +52,26 @@ IRC Client(s) --> [bouncer:6667] --> Router --> [SOCKS5:1080] --> IRC Server(s)
|
||||
4. Joins configured channels
|
||||
5. Clients connect to bouncer, receive backlog replay and channel state
|
||||
|
||||
## Podman Deployment
|
||||
|
||||
```bash
|
||||
cp config/bouncer.example.toml config/bouncer.toml
|
||||
$EDITOR config/bouncer.toml
|
||||
|
||||
make build
|
||||
make up
|
||||
make logs
|
||||
```
|
||||
|
||||
See [docs/DEPLOY.md](docs/DEPLOY.md) for full container documentation.
|
||||
|
||||
## Documentation
|
||||
|
||||
| Document | Description |
|
||||
|----------|-------------|
|
||||
| [docs/INSTALL.md](docs/INSTALL.md) | Prerequisites and setup |
|
||||
| [docs/USAGE.md](docs/USAGE.md) | Comprehensive guide |
|
||||
| [docs/DEPLOY.md](docs/DEPLOY.md) | Podman container deployment |
|
||||
| [docs/CHEATSHEET.md](docs/CHEATSHEET.md) | Quick reference |
|
||||
| [docs/DEBUG.md](docs/DEBUG.md) | Troubleshooting |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user