Commit Graph

8 Commits

Author SHA1 Message Date
ed69658364 Correct bind mounts for P52 2025-12-24 00:55:53 -05:00
aa2a23091d Correct network name 2025-12-24 00:53:24 -05:00
9323a0624a Add web ui's 2025-12-24 00:50:47 -05:00
8095c7b951 Removed name 2025-12-24 00:39:26 -05:00
1cf853ac46 feat(ollama): add docker swarm configuration for rocm gpu support
Introduce a new compose.yml to deploy Ollama with AMD GPU hardware acceleration on Docker Swarm.

- Uses the ROCm-enabled Ollama image.
- Mounts necessary GPU devices (/dev/kfd and /dev/dri) with root permissions for hardware access.
- Sets HSA_OVERRIDE_GFX_VERSION to 10.3.0 to support Navi 21 (6900 XT) cards.
- Configures persistent storage on local SSD and integrates with an external proxy network.
- Includes deployment constraints to target nodes labeled with GPUs.
2025-12-24 00:37:23 -05:00
6b86996d75 feat(ai-browser): add Docker Compose for browserless chromium
Add a new compose.yml file to deploy a headless Chromium instance using the browserless image. This setup configures the cline-browser service with automatic restarts and the KeepAlive environment variable enabled to support AI-driven browser interactions.
2025-12-21 14:10:39 -05:00
2884d28aaa refactor: Move docker-compose files into Local Homelab/ directory
Restructures the project by moving all application-specific docker-compose.yml
files into a new `Local Homelab/` parent directory.

This change improves overall project organization and provides a clear
logical grouping for local homelab-related service configurations.

Affected files:
- `homeassistant/docker-compose.yml`
- `monitoring/docker-compose.yml`
- `teslamate/docker-compose.yml`

All are now located under `Local Homelab/<service>/docker-compose.yml`.
2025-12-20 18:31:29 -05:00
Preston Hunter
a1671f676f Update Local Homelab readme with repository details and link 2025-12-20 18:20:55 -05:00