mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-13 13:10:31 +00:00
- README: NORA_DOCKER_UPSTREAMS -> NORA_DOCKER_PROXIES, remove phantom NORA_LOG_LEVEL/FORMAT, add NORA_AUTH_ANONYMOUS_READ, NORA_RATE_LIMIT_ENABLED, nora gc, Documentation section - SECURITY: add 0.4.x, 0.5.x to supported versions - COMPAT: /swagger-ui/ -> /api-docs - llms.txt: fix env vars (RUST_LOG, NORA_DOCKER_PROXIES), rate limit default true - docker-compose: add NORA_HOST=0.0.0.0 - docs-ru: getnora.io -> getnora.dev, fix download URL, NORA_DOCKER_PROXIES - tests count: 460+ -> 570+
16 lines
276 B
YAML
16 lines
276 B
YAML
services:
|
|
nora:
|
|
image: ghcr.io/getnora-io/nora:latest
|
|
ports:
|
|
- "4000:4000"
|
|
volumes:
|
|
- nora-data:/data
|
|
environment:
|
|
- RUST_LOG=info
|
|
- NORA_HOST=0.0.0.0
|
|
- NORA_AUTH_ENABLED=false
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
nora-data:
|