mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-13 05:20:03 +00:00
Merge pull request #7 from KoalaSat/use-nostr-as-cache-system
Fix unmutable conf 3
This commit is contained in:
@ -149,7 +149,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./strfry/sync.sh:/app/sync.sh
|
- ./strfry/sync.sh:/app/sync.sh
|
||||||
- ${STRFRY_CONF}:/app/strfry.conf
|
- ${STRFRY_CONF}:/etc/strfry.conf
|
||||||
- ${STRFRY_DATA}/db:/app/strfry-db
|
- ${STRFRY_DATA}/db:/app/strfry-db
|
||||||
- ${STRFRY_DATA}/log/:/var/log/
|
- ${STRFRY_DATA}/log/:/var/log/
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
filters='{"kinds":[38383]}'
|
filters='{"kinds":[38383]}'
|
||||||
|
|
||||||
/app/strfry --config /app/strfry.conf sync ws://ngdk7ocdzmz5kzsysa3om6du7ycj2evxp2f2olfkyq37htx3gllwp2yd.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
/app/strfry --config /etc/strfry.conf sync ws://ngdk7ocdzmz5kzsysa3om6du7ycj2evxp2f2olfkyq37htx3gllwp2yd.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
||||||
/app/strfry --config /app/strfry.conf sync ws://satstraoq35jffvkgpfoqld32nzw2siuvowanruindbfojowpwsjdgad.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
/app/strfry --config /etc/strfry.conf sync ws://satstraoq35jffvkgpfoqld32nzw2siuvowanruindbfojowpwsjdgad.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
||||||
/app/strfry --config /app/strfry.conf sync ws://4t4jxmivv6uqej6xzx2jx3fxh75gtt65v3szjoqmc4ugdlhipzdat6yd.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
/app/strfry --config /etc/strfry.conf sync ws://4t4jxmivv6uqej6xzx2jx3fxh75gtt65v3szjoqmc4ugdlhipzdat6yd.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
||||||
/app/strfry --config /app/strfry.conf sync ws://mmhaqzuirth5rx7gl24d4773lknltjhik57k7ahec5iefktezv4b3uid.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
/app/strfry --config /etc/strfry.conf sync ws://mmhaqzuirth5rx7gl24d4773lknltjhik57k7ahec5iefktezv4b3uid.onion/nostr --filter "$filters" --dir both >> /var/log/cron.log 2>&1
|
||||||
|
Reference in New Issue
Block a user