fixups for lnbits

This commit is contained in:
barry 2024-02-16 16:01:12 -06:00
parent 33d4fac979
commit 52908e893e
3 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@
- "9735:9735"
- "3010:3010"
- "3000:3000"
- "5000:5000"
tags: [apps,bitcoin]
- name: bitcoin - Create bitcoin data / conf directory

View File

@ -8,7 +8,7 @@ Exec=--bitcoin-rpcuser={{bitcoin_rpcuser}} --bitcoin-rpcpassword={{bitcoin_rpcpa
# Use volume
Volume=/home/{{ansible_user}}/vol/bitcoin/.bitcoin:/data/.bitcoin:ro,Z
Volume=/home/{{ansible_user}}/vol/clightning/.lightning:/data/.lightning:Z
Volume=/home/{{ansible_user}}/vol/clightning/.lightning:/root/.lightning:Z
[Service]
# Restart service when sleep finishes

View File

@ -24,7 +24,7 @@ RUN dnf update -y \
&& poetry install --only main
COPY .env .env
RUN dnf autoremove -y python3.11-devel gcc automake make git \
RUN dnf autoremove -y python3.11-devel gcc automake make \
&& dnf clean all \
&& rm -fr /tmp/*