zerobyte/examples
ivenos 38b49debb1
Rename docker-compose.yml to compose.yaml
Aligns the project with the current Compose Specification, which
designates compose.yaml as the canonical filename and treats the
docker-compose.yml name as a legacy fallback.

Renames every compose file in the repo (the root dev/e2e stack, the
deployment examples under examples/, and the integration-test infra
stack) and updates all documentation, the integration test runner, the
capability hint messages, and the .gitattributes pattern accordingly.
No top-level version field was present to remove.

Functional behavior is unchanged: docker compose discovers either
filename, so existing deployments are not affected by the rename.

Reference: https://docs.docker.com/compose/intro/compose-application-model/
2026-06-02 21:09:47 +02:00
..
basic-docker-compose Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
directory-bind-mount Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
provisioned-resources Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
rclone-config-mount Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
simplified-docker-compose Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
tailscale-sidecar Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
README.md feat: file-based provisionning of volumes and repos (#656) 2026-03-12 18:31:42 +01:00

Examples

This folder contains runnable, copy/paste-friendly examples for running Zerobyte in different setups.

Table of contents

Basic usage

Advanced setups

  • Tailscale sidecar — run Zerobyte behind a Tailscale sidecar using shared networking.