mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Move from python-teos to rust-teos (#865)
* Update opt-add-teos.yml Fixing TEOS to work with the new rust version (v0.2.0) and now running under teos user. * remove txindex req for teos --------- Co-authored-by: Andrew Camilleri <kukks@btcpayserver.org> Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
This commit is contained in:
parent
fd15c1d9db
commit
b4373ce274
@ -3,7 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
bitcoin_teos:
|
bitcoin_teos:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: talaia/python-teos:latest
|
image: benjaminchodroff/rust-teos:latest
|
||||||
environment:
|
environment:
|
||||||
API_BIND: "0.0.0.0"
|
API_BIND: "0.0.0.0"
|
||||||
API_PORT: 9814
|
API_PORT: 9814
|
||||||
@ -15,7 +15,7 @@ services:
|
|||||||
BTC_FEED_CONNECT: "bitcoind"
|
BTC_FEED_CONNECT: "bitcoind"
|
||||||
BTC_FEED_PORT: 28334
|
BTC_FEED_PORT: 28334
|
||||||
volumes:
|
volumes:
|
||||||
- "bitcoin_teos_datadir:/root/.teos"
|
- "bitcoin_teos_datadir:/home/teos/.teos"
|
||||||
ports:
|
ports:
|
||||||
- "9814:9814"
|
- "9814:9814"
|
||||||
bitcoind:
|
bitcoind:
|
||||||
@ -32,4 +32,3 @@ volumes:
|
|||||||
required:
|
required:
|
||||||
- "opt-add-zmq"
|
- "opt-add-zmq"
|
||||||
- "bitcoin"
|
- "bitcoin"
|
||||||
- "opt-txindex"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user