sync: update from private repo (edc775f2)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-07-06 01:04:12 +00:00
parent 747377bef9
commit b1292e34b2
322 changed files with 28001 additions and 4686 deletions
+7 -1
View File
@@ -15,8 +15,14 @@ services:
- "127.0.0.1:9876:9876"
extra_hosts:
- "host.docker.internal:host-gateway"
# .env is optional: a bare `docker compose up --build` works with zero setup.
# Put overrides here (OLLAMA_*, auth secrets, HOST, ...) to inject them into
# the container — copy .env.example to .env and edit. `required: false` stops
# a fresh clone (no .env) from failing with "env file .env not found".
# Needs Docker Compose v2.24+ (Docker Desktop / recent WSL installs have it).
env_file:
- .env
- path: .env
required: false
environment:
- NODE_ENV=production
- PORT=9876