chore: update example URLs to local instance addresses
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
# ── Required ──────────────────────────────────────────────────────────────────
|
# ── Required ──────────────────────────────────────────────────────────────────
|
||||||
IMMICH_URL=http://192.168.1.10:2283
|
IMMICH_URL=http://192.168.50.1:30041
|
||||||
API_KEY=your-immich-api-key
|
API_KEY=your-immich-api-key
|
||||||
FRIGATE_URL=http://192.168.1.10:5000
|
FRIGATE_URL=http://localhost:5001
|
||||||
|
|
||||||
# ── Mode & Strategy ───────────────────────────────────────────────────────────
|
# ── Mode & Strategy ───────────────────────────────────────────────────────────
|
||||||
# Auto mode is active by default when no TTY is present (Docker/cron).
|
# Auto mode is active by default when no TTY is present (Docker/cron).
|
||||||
|
|||||||
@@ -98,9 +98,9 @@ services:
|
|||||||
winnow:
|
winnow:
|
||||||
image: ghcr.io/sudolulo/winnow:latest
|
image: ghcr.io/sudolulo/winnow:latest
|
||||||
environment:
|
environment:
|
||||||
- IMMICH_URL=http://192.168.1.10:2283
|
- IMMICH_URL=http://192.168.50.1:30041
|
||||||
- API_KEY=your-immich-api-key
|
- API_KEY=your-immich-api-key
|
||||||
- FRIGATE_URL=http://192.168.1.10:5000
|
- FRIGATE_URL=http://localhost:5001
|
||||||
- CRON_SCHEDULE=0 3 * * 0
|
- CRON_SCHEDULE=0 3 * * 0
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/models:/models # INSIGHTFACE_HOME — persists Buffalo_L model (~300 MB)
|
- /path/to/models:/models # INSIGHTFACE_HOME — persists Buffalo_L model (~300 MB)
|
||||||
|
|||||||
Reference in New Issue
Block a user