refactor: move xml parser to seperate container with rechnungless

This commit is contained in:
Marcel2508
2024-12-20 21:06:34 +01:00
parent 01c502a0e4
commit 5699b58fae
8 changed files with 121 additions and 86 deletions

View File

@@ -0,0 +1,10 @@
services:
rechnungless:
image: marcel2508/rechnungless:latest
restart: unless-stopped
environment:
# REQUIRED FOR APPLE M4 CHIP / MACOS 15.2
JAVA_OPTS: -XX:UseSVE=0
webserver:
environment:
PAPERLESS_ENABLE_RECHNUNGLESS: 1