diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-08 16:09:38 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-08 16:09:38 +0200 |
| commit | 86429718fa045d9c69b0db7e46630496c86e51b4 (patch) | |
| tree | c580d83262d9be0e6ef78213e6e86855af644b96 /.env.example | |
| parent | 25d5bb44c2f4acc76ac6b56b1a8db556b9c4eb51 (diff) | |
| download | imggen-86429718fa045d9c69b0db7e46630496c86e51b4.tar.gz imggen-86429718fa045d9c69b0db7e46630496c86e51b4.zip | |
Add compose service (runs as host user) and .env.example
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..af9e26e --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# Copy to .env (gitignored) and set your real host paths. +IMGGEN_OUT=/path/to/output +IMGGEN_CACHE=/path/to/model-cache +# IMGGEN_PORT=8765 +# IMGGEN_MODEL=sdxl +# IMGGEN_UID=1000 +# IMGGEN_GID=100 |
