agora-org / agora

File server that accepts Lightning Network payments for downloads
Creative Commons Zero v1.0 Universal
185 stars 24 forks source link

Add dockerfile #291

Closed yzernik closed 2 years ago

yzernik commented 2 years ago

This is a working implementation of the docker build.

I used https://github.com/agora-org/agora/pull/257 as a starting point, and changed a few things.

I also got the integration with Umbrel working, and opened a PR here (feel free to change it): https://github.com/getumbrel/umbrel/pull/1282

yzernik commented 2 years ago

I fixed some of the issues, and also changed the Docker base image to buster-slim, to save space.

casey commented 2 years ago

Nice, merged. Thanks so much for tackling this!