fix(timer): Setting time controller to fire every 10 minutes

This commit is contained in:
Chris Troutner
2022-12-03 13:27:47 -08:00
parent 51f7905dad
commit 74fe77009c
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -50,6 +50,7 @@ services:
container_name: p2wdb
environment:
CONSUMER_URL: 'https://free-bch.fullstack.cash'
ENABLE_BCH_PAYMENT: 1
DEBUG_LEVEL: 1
logging:
driver: 'json-file'
@@ -67,6 +68,7 @@ services:
volumes:
- ../data/ipfsdata/p2wdb:/home/safeuser/ipfs-p2wdb-service/.ipfsdata/p2wdb
- ./p2wdb/start-production.sh:/home/safeuser/ipfs-p2wdb-service/start-production.sh
- ../scripts/wallet.json:/home/safeuser/ipfs-p2wdb-service/wallet.json
restart: always
bch-dex: