zerobyte/app/server
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__ test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00
cli test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00
core Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
db feat: durable tasks (#927) 2026-05-30 16:54:49 +02:00
jobs refactor(agent): harden local agent volume lifecycle (#863) 2026-05-09 12:13:04 +02:00
lib fix: block login for 2fa users with un-verified passkeys (#934) 2026-06-02 19:48:40 +02:00
modules fix: block login for 2fa users with un-verified passkeys (#934) 2026-06-02 19:48:40 +02:00
plugins feat(runtime): start and ship the local agent (#767) 2026-04-10 00:00:30 +02:00
utils refactor(restic): auto try to unlock and remove stale locks (#926) 2026-05-30 13:21:22 +02:00
app.ts chore: move access logs to debug (#891) 2026-05-17 14:26:40 +02:00