Switch to upstream monero container
All checks were successful
ShellCheck / shellcheck (push) Successful in 26s

This commit is contained in:
Mathieu Strypsteen 2024-11-10 23:21:07 +01:00
parent 23154667c7
commit 1ae0522065
Signed by: mathieu
GPG key ID: 782A42E461BC6824
2 changed files with 3 additions and 9 deletions

View file

@ -1,4 +0,0 @@
FROM alpine:3.20
RUN apk upgrade
RUN apk add monero
CMD monerod --non-interactive --prune-blockchain --rpc-use-ipv6 --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-ipv6-address=:: --rpc-restricted-bind-port=18089

View file

@ -1,10 +1,8 @@
[Unit]
Wants=network-online.target
After=network-online.target
[Container]
Image=git.strypsteen.com/infra/monero
Image=docker.io/btcpayserver/monero:0.18.3.4
Network=nginx.network
Volume=monero.volume:/root/.bitmonero:U,Z
Exec=monerod --non-interactive --prune-blockchain --rpc-use-ipv6 --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-ipv6-address=:: --rpc-restricted-bind-port=18089
Volume=monero.volume:/home/monero/.bitmonero:U,Z
PublishPort=10.0.1.2:8012:18089
AutoUpdate=registry
[Install]