From 929c1b90d6b16706f9c63339f5f2a2b42332f3f3 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 6 Aug 2025 15:21:03 +0200 Subject: split into two standalone containers --- Readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 6508228..dd726f3 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,13 @@ -TODO: split into generic package and server service implementation +## Run web interface +``` +docker compose up -d +# add overwrites as needed +``` + +## Update printings database + +``` +just get_printings +# or +curl -L https://mtgjson.com/api/v5/AllPrintings.sqlite -o print/AllPrintings.sqlite +``` -- cgit v1.2.3