Docker

Home Lab Server September 7, 2026 7 min read

Set Up Open WebUI to Chat with Your Local AI

Add a browser-based chat interface to Ollama with Open WebUI. Learn Docker setup, model connections, first-time login, persistent storage, and troubleshooting.

Home Lab Server September 7, 2026 9 min read

Set Up Local AI with Ollama

Learn what Ollama does, install and run local AI models, choose a model for your workload, troubleshoot slow responses, and optionally connect another computer with a GPU.


<span>Dockerfile Best Practices for Drupal Applications</span>
Drupal July 10, 2026 7 min read

Dockerfile Best Practices for Drupal Applications

A practical guide to writing Dockerfiles for Drupal: multi-stage builds, Composer dependencies, PHP extensions, WebP support, Apache docroot, .dockerignore, file permissions, secrets, and CI image verification.