btcpayserver / btcpayserver-docker

Docker resources for hosting BTCPayServer easily
MIT License
560 stars 345 forks source link

Give default value example for BTCPAY_IMAGE as `(Default: current stable version of btcpayserver)` is confusing? #874

Open deadcoder0904 opened 5 months ago

deadcoder0904 commented 5 months ago

Would like to know if it should be btcpayserver/btcpayserver:v1.12.3 or v1.12.3 or 1.12.3?

Specifically in this file:

https://github.com/btcpayserver/btcpayserver-docker/blob/4e8aa5e5c5b753e07e02c2421eb1bbd8575d6fed/btcpay-setup.sh#L99C139-L100C153

I'm curious as I'm trying to build an EasyPanel template that requires all environment variables.

Bdw, I noticed that environment variables are sometimes out of sync. I found one I think. Would be cool to setup a table of environment variables & which ones are required & which ones are not.

This is useful to build docker-compose.yml files for Umbrel & other VPS Control Panels like Coolify, EasyPanel.

Or publishing a docker-compose.yml file itself (which I noticed stopped 3 years ago) so its easy to setup something like traefik to make btcpayserver work on a server with other resources. Currently, it doesn't work well with others.