aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.thin.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-28 05:34:52 -0800
committerFuwn <[email protected]>2026-02-28 05:34:52 -0800
commit121d70c17d4c3bfe47a56941038c8b816debf5c8 (patch)
tree97ccb91cada38beb5d3a5f46bbc1e5915717d2c8 /docker-compose.thin.yaml
parentdocs(config): align documented and compose config coverage (diff)
downloadplutia-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.yaml8
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}