Files
nora/docker-compose.yml
devitway b80c7c5160 docs: add authentication guide, TLS setup, FSTEC builds docs
- Fix docker-compose.yml: use ghcr.io/getnora-io/nora:latest
- Remove stale CHANGELOG.md.bak, add *.bak to .gitignore
- README: authentication guide (htpasswd, API tokens, RBAC)
- README: TLS/HTTPS section (reverse proxy, insecure-registries)
- README: document Dockerfile.astra and Dockerfile.redos (FSTEC)
- CHANGELOG: add 0.2.28 release notes
2026-03-13 15:08:04 +00:00

16 lines
263 B
YAML

services:
nora:
build: .
image: ghcr.io/getnora-io/nora:latest
ports:
- "4000:4000"
volumes:
- nora-data:/data
environment:
- RUST_LOG=info
- NORA_AUTH_ENABLED=false
restart: unless-stopped
volumes:
nora-data: