zerobyte/examples/simplified-docker-compose
2025-12-22 17:00:59 +01:00
..
.env.example Merge remote-tracking branch 'upstream/main' into config-export-feature 2025-12-22 17:00:59 +01:00
docker-compose.yml Merge remote-tracking branch 'upstream/main' into config-export-feature 2025-12-22 17:00:59 +01:00
README.md Merge remote-tracking branch 'upstream/main' into config-export-feature 2025-12-22 17:00:59 +01:00

Simplified Docker Compose (no remote mounts)

A reduced-privilege setup for Zerobyte when you do not need to mount NFS/SMB/WebDAV from inside the container.

Prerequisites

  • Docker + Docker Compose

Setup

cp .env.example .env
docker compose up -d

Access

  • UI/API: http://<host>:4096

Trade-offs

  • No SYS_ADMIN
  • No /dev/fuse
  • Still supports all repository backends (local, S3, GCS, Azure, rclone)
  • Cannot mount remote shares from inside Zerobyte