Operations Documentation¶
Operational procedures and runbooks for maintaining the Homenet infrastructure.
Quick Commands¶
# Check all services
docker service ls
# Deploy a stack
docker stack deploy -c stack-homenet4.yml homenet4 --with-registry-auth
# View service logs
docker service logs -f <service-name>
# Force restart a service
docker service update --force <service-name>
In This Section¶
- Script Reference - All operational scripts
- Daily Operations - Routine tasks
- Stack Deployment - Deployment procedures
Auto-Generated Reports¶
- Recent Changes - Git history and file modifications