Docker compose files to stand-up some GenAI apps:
- Open WebUI
- ComfyUI (adapted from Huggingface Spaces Example)
- Prometheus/Grafana (adapted from Docker Examples)
- Docker Registry
Will add more as I find them useful for my home setup.
Before going all cowboy and firing this, up, I recommend updating the comments in the compose.yml and make the following changes:
- Update the password in Grafana: GF_SECURITY_ADMIN_PASSWORD=Ch@ngeMeN0w!
- Point ComfyUI model location to wherever your models directly lives $PWD/comfyui-models
- Update the hostname of the server for the registry REGISTRY_HTTP_HOST
- Change the registry data volume location $PWD/registry-data