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:
Benjamin Evans Chodroff 2024-06-14 14:46:47 +08:00 committed by GitHub
parent fd15c1d9db
commit b4373ce274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"