zerobyte/app/server/core
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
..
__tests__ refactor(mutext): persist repository locks in database (#895) 2026-05-19 18:59:40 +02:00
capabilities.ts Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
config.ts refactor: move backup path resolution into agent contract (#872) 2026-05-10 21:46:03 +02:00
constants.ts refactor(agent): store SFTP volume keys in tmp (#888) 2026-05-17 18:19:09 +02:00
events.ts chore: fixed unused types (#824) 2026-04-22 22:04:46 +02:00
repository-mutex.ts refactor(mutext): persist repository locks in database (#895) 2026-05-19 18:59:40 +02:00
request-context.ts chore: fixed unused types (#824) 2026-04-22 22:04:46 +02:00
restic.ts fix(rclone): pass explicitly the RCLONE_CONF env var (#779) 2026-04-12 09:25:57 +02:00
scheduler.ts fix: allow quoted urls in env variables (#676) 2026-03-17 22:09:22 +01:00