mirror of
https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
synced 2025-11-16 01:35:51 +00:00
Move clean up to scripts, not conf
This commit is contained in:
@@ -50,7 +50,7 @@ services:
|
|||||||
stop_grace_period: 0s
|
stop_grace_period: 0s
|
||||||
volumes:
|
volumes:
|
||||||
- ./store:/store
|
- ./store:/store
|
||||||
- ./conf/cleanup.sh:/cleanup.sh
|
- ./scripts/cleanup.sh:/cleanup.sh
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: TTL_MINUTES_PREGEN_XPOP=${TTL_MINUTES_PREGEN_XPOP:-60} TTL_DAYS_XPOP_SOURCE_FILES=${TTL_DAYS_XPOP_SOURCE_FILES:-30} sh /cleanup.sh
|
test: TTL_MINUTES_PREGEN_XPOP=${TTL_MINUTES_PREGEN_XPOP:-60} TTL_DAYS_XPOP_SOURCE_FILES=${TTL_DAYS_XPOP_SOURCE_FILES:-30} sh /cleanup.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user