1
0

Remove ledgerbil and ledger-analytics from docker-compose.yaml

This commit is contained in:
Tony Grosinger 2022-07-22 17:24:24 -07:00
parent dfe32d9cc0
commit 96afd4a25f
2 changed files with 1 additions and 22 deletions

View File

@ -1,20 +1,7 @@
version: "3"
services:
# TODO: Consider adding https://github.com/sbridges/ledgerble
ledgerbil:
# https://github.com/scarpent/ledgerbil
image: "ledgerbil:latest"
build: "ledgerbil/."
volumes:
- "${LEDGER_DIR}:/data"
- "ledgerbil-settings.py:/code/ledgerbil/settings.py"
ledger-analytics:
# https://github.com/kendricktan/ledger-analytics
image: "ledger-analytics:latest"
build: "ledger-analytics/."
volumes:
- "${LEDGER_DIR}:/data"
entrypoint: ["ledger-analytics", "-f", "/data/${LEDGER_FILE}"]
# TODO: Consider adding https://github.com/xitian9/hledger-vega
hledger:
image: "ghcr.io/tgrosinger/hledger-multiarch:1.26.1"
ports:

View File

@ -1,8 +0,0 @@
FROM node:lts-slim
RUN npm install --location=global ledger-analytics
RUN apt update && apt install -y ledger
EXPOSE 3000
ENTRYPOINT ledger-analytics