diff options
| author | Fuwn <[email protected]> | 2026-02-28 05:34:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-28 05:34:52 -0800 |
| commit | 121d70c17d4c3bfe47a56941038c8b816debf5c8 (patch) | |
| tree | 97ccb91cada38beb5d3a5f46bbc1e5915717d2c8 /docker-compose.thin.yaml | |
| parent | docs(config): align documented and compose config coverage (diff) | |
| download | plutia-test-121d70c17d4c3bfe47a56941038c8b816debf5c8.tar.xz plutia-test-121d70c17d4c3bfe47a56941038c8b816debf5c8.zip | |
chore(compose): add thin mode override
Diffstat (limited to 'docker-compose.thin.yaml')
| -rw-r--r-- | docker-compose.thin.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.thin.yaml b/docker-compose.thin.yaml new file mode 100644 index 0000000..a9f4560 --- /dev/null +++ b/docker-compose.thin.yaml @@ -0,0 +1,8 @@ +services: + plutia: + environment: + PLUTIA_MODE: thin + PLUTIA_VERIFY: full + PLUTIA_THIN_CACHE_TTL: ${THIN_CACHE_TTL:-24h} + PLUTIA_THIN_CACHE_MAX_ENTRIES: ${THIN_CACHE_MAX_ENTRIES:-100000} + PLUTIA_CHECKPOINT_INTERVAL: ${CHECKPOINT_INTERVAL:-1000000000} |