aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-28 05:58:19 -0800
committerFuwn <[email protected]>2026-02-28 05:58:19 -0800
commit548de8043e1309f99839eea8b1f5801c4e41b3f2 (patch)
treec2c054ecbdaaf3b28ed0467713a05c0ae799c6f1
parentchore(compose): add mirror and resolver mode overrides (diff)
downloadplutia-test-548de8043e1309f99839eea8b1f5801c4e41b3f2.tar.xz
plutia-test-548de8043e1309f99839eea8b1f5801c4e41b3f2.zip
chore(compose): rename base file to docker-compose.yamlHEADmain
-rw-r--r--README.md6
-rw-r--r--docker-compose.yaml (renamed from docker-compose.yml)0
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 07fbac6..1c23f0c 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ task bench
VERSION="$(cat VERSION)" \
COMMIT="$(git rev-parse --short HEAD)" \
BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
-docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build
+docker compose -f docker-compose.yaml up --build
```
Compose build args are read from environment variables (`VERSION`, `COMMIT`, `BUILD_DATE`).
@@ -57,7 +57,7 @@ docker build \
In another terminal, generate the mirror signing key inside the running container:
```bash
-docker compose -f docker-compose.yml -f docker-compose.dev.yml exec plutia /app/plutia keygen --out=/var/lib/plutia/mirror.key
+docker compose -f docker-compose.yaml exec plutia /app/plutia keygen --out=/var/lib/plutia/mirror.key
```
Verify checkpoint and proof endpoints:
@@ -213,7 +213,7 @@ See [`config.default.yaml`](./config.default.yaml). All supported config keys:
Config files are optional. If `--config` points to a missing file, Plutia falls back to internal defaults and then applies any `PLUTIA_*` environment overrides.
-### Example `docker-compose.yml`
+### Example `docker-compose.yaml`
```yaml
services:
diff --git a/docker-compose.yml b/docker-compose.yaml
index 5c115ba..5c115ba 100644
--- a/docker-compose.yml
+++ b/docker-compose.yaml