- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
42 lines
895 B
Markdown
42 lines
895 B
Markdown
---
|
|
project:
|
|
name: Platform Configuration
|
|
status: active
|
|
category: configuration
|
|
source: live-verification
|
|
created: 2026-01-06
|
|
updated: 2026-04-19
|
|
description: Docker, Traefik, and container orchestration configuration
|
|
tags: [configuration, docker, traefik]
|
|
---
|
|
|
|
# Platform Configuration
|
|
|
|
## Overview
|
|
|
|
Docker, Traefik, and container orchestration configuration files.
|
|
|
|
## Components
|
|
|
|
### Traefik
|
|
- Two instances: ubuntu (primary) + grizzley (edge ACME)
|
|
- 15+ dynamic route files
|
|
- Cloudflare DNS challenge for wildcard certs
|
|
|
|
### Docker Networks
|
|
- `proxy-net` — Traefik-routed services
|
|
- `app-net` — Internal backend communication
|
|
- `monitoring-internal` — Metrics isolation
|
|
|
|
## Related Documentation
|
|
|
|
- [[overview.md|Configuration Overview]] — Detailed config documentation
|
|
|
|
## Tasks
|
|
```dataview
|
|
TASK
|
|
FROM "platform-config/tasks"
|
|
WHERE !completed
|
|
SORT file.name ASC
|
|
```
|