Skip to content

Commit

Permalink
Move from python-teos to rust-teos (btcpayserver#865)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Andrew Camilleri <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent fd15c1d commit b4373ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose-generator/docker-fragments/opt-add-teos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -32,4 +32,3 @@ volumes:
required:
- "opt-add-zmq"
- "bitcoin"
- "opt-txindex"

0 comments on commit b4373ce

Please sign in to comment.