Switch to upstream monero container
All checks were successful
ShellCheck / shellcheck (push) Successful in 26s
All checks were successful
ShellCheck / shellcheck (push) Successful in 26s
This commit is contained in:
parent
23154667c7
commit
1ae0522065
2 changed files with 3 additions and 9 deletions
|
@ -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
|
|
|
@ -1,10 +1,8 @@
|
||||||
[Unit]
|
|
||||||
Wants=network-online.target
|
|
||||||
After=network-online.target
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=git.strypsteen.com/infra/monero
|
Image=docker.io/btcpayserver/monero:0.18.3.4
|
||||||
Network=nginx.network
|
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
|
PublishPort=10.0.1.2:8012:18089
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue