Initialize the public Rethink Studios docs site: - mkdocs.yml: Material theme, light/dark palette toggle, pymdownx extensions, search, four-section nav skeleton. - docs/index.md landing page with a card grid. - Stub index pages for deploy, conventions, libraries, runbooks. - .gitignore excludes .claude/, site/, and Python build cruft. Deploy guide deferred; deploy section is a placeholder for now. Signed-off-by: disqualifier <dev@disqualifier.me>
23 lines
801 B
Markdown
23 lines
801 B
Markdown
# Deploy
|
|
|
|
Guides for getting a service from a repo to running behind the reverse proxy.
|
|
|
|
!!! note "Work in progress"
|
|
The services-container deploy guide will live here. Until it's added, this
|
|
page is a placeholder.
|
|
|
|
## Planned guides
|
|
|
|
- **Services container standard** — the baseline image, `uid 1337`, volume and
|
|
log layout, healthchecks.
|
|
- **Compose pattern** — how a service's `compose.yaml` wires into the shared
|
|
proxy network.
|
|
- **Reverse proxy** — exposing a service at a subdomain (sanitized).
|
|
|
|
## Conventions
|
|
|
|
- Containers run as the services uid (`1337`) per our container standard.
|
|
- Logs land under `/srv/logs/...` mirroring the app's deploy path.
|
|
- No real hostnames, internal IPs, or exact topology in these public pages —
|
|
use placeholders and describe the pattern.
|