# backrest stack tunables. Copy to `.env` on ana-docker before deploying. # # cp .env.example .env # # edit if needed # docker compose up -d # # Repos, S3 endpoints, restic passwords, and schedules are all configured # inside the Backrest web UI after first boot — nothing belongs here. # Image version — pin for reproducibility (`latest` for edge) BACKREST_VERSION=latest # Host port for the web UI (container listens on 9898 internally) BACKREST_PORT=9898 # Timezone — affects scheduler display and log timestamps TZ=America/Los_Angeles