first commit

This commit is contained in:
Stefan Hacker
2026-03-06 08:20:07 +01:00
commit cb34aa00af
15 changed files with 3280 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
belegimport:
build: .
container_name: lexoffice-belegimport
ports:
- "8081:8000"
volumes:
- ./data:/data
environment:
- DB_PATH=/data/belegimport.db
- TZ=Europe/Berlin
restart: unless-stopped