mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +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:
|
||||
bitcoin_teos:
|
||||
restart: unless-stopped
|
||||
image: talaia/python-teos:latest
|
||||
image: benjaminchodroff/rust-teos:latest
|
||||
environment:
|
||||
API_BIND: "0.0.0.0"
|
||||
API_PORT: 9814
|
||||
@ -15,7 +15,7 @@ services:
|
||||
BTC_FEED_CONNECT: "bitcoind"
|
||||
BTC_FEED_PORT: 28334
|
||||
volumes:
|
||||
- "bitcoin_teos_datadir:/root/.teos"
|
||||
- "bitcoin_teos_datadir:/home/teos/.teos"
|
||||
ports:
|
||||
- "9814:9814"
|
||||
bitcoind:
|
||||
@ -32,4 +32,3 @@ volumes:
|
||||
required:
|
||||
- "opt-add-zmq"
|
||||
- "bitcoin"
|
||||
- "opt-txindex"
|
||||
|
Loading…
Reference in New Issue
Block a user