talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
128 stars 62 forks source link

Create a docker image for rust-teos #195

Closed sr-gi closed 9 months ago

sr-gi commented 1 year ago

We haven't ported the docker image from python-teos after migrating. I think it may be worth doing.

The image can borrow extensively from the one we built for python.

Related to #155

Resources

Dockerfile: https://github.com/talaia-labs/python-teos/blob/master/docker/Dockerfile entrypoint: https://github.com/talaia-labs/python-teos/blob/master/docker/entrypoint.sh docs: https://github.com/talaia-labs/python-teos#running-teos-in-a-docker-container

sr-gi commented 9 months ago

Fixed by https://github.com/talaia-labs/rust-teos/pull/227