Files
nora/docker-compose.yml
devitway 7682224e45 docs: fix env vars, ports, remove stale docs/, unify with getnora.dev
- 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+
2026-04-12 17:30:06 +00:00

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: